Go to the documentation of this file. 1 #ifndef FWCORE_GCC11COMPATIBILITY_H
2 #define FWCORE_GCC11COMPATIBILITY_H
13 #if defined(__REFLEX__) || defined(__CINT__)
16 #if !GCC_PREREQUISITE(4,6,0)
21 #if GCC_PREREQUISITE(4,7,0)
22 #define GCC11_FINAL final
23 #define GCC11_OVERRIDE override
26 #define GCC11_OVERRIDE
33 #define GCC11_OVERRIDE
36 #endif // FWCORE_GCC11COMPATIBILITY_H