Jpp  16.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
debug_abrt.hh
Go to the documentation of this file.
1 #ifndef __DEBUG_ABRT_HH
2 #define __DEBUG_ABRT_HH
3 
4 #include <stdlib.h>
5 
6 /**
7  * \author cpellegrino
8  */
9 
10 template<typename T>
12 {
13  if (sizeof(T) != size)
14  {
15  abort();
16  }
17 }
18 
19 #endif
do set_variable OUTPUT_DIRECTORY $WORKDIR T
void __debug_abort_on_wrong_size_(size_t size)
Definition: debug_abrt.hh:11