Jpp  18.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JCC.hh
Go to the documentation of this file.
1 #ifndef __JLANG_JCC__
2 #define __JLANG_JCC__
3 
4 //#include "RVersion.h"
5 
6 /**
7  * \file
8  * Compiler version dependent expressions, macros, etc.
9  * \author mdejong
10  */
11 
12 //#if __GNUC__ == 4 && __GNUC_MINOR__ < 6
13 //#endif
14 //#if ROOT_VERSION_CODE < ROOT_VERSION(6,0,0)
15 //#endif
16 
17 #endif