automotive-message-broker
0.13
Main Page
Modules
Classes
Files
Examples
File List
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
lib
nullptr.h
1
#define GCC_VERSION (__GNUC__ * 10000 \
2
+ __GNUC_MINOR__ * 100 \
3
+ __GNUC_PATCHLEVEL__)
4
5
#if GCC_VERSION < 40600
6
#define nullptr 0
7
#endif
Generated on Sun Jan 11 2015 17:44:20 for automotive-message-broker by
1.8.8