Go to the documentation of this file. 1 #ifndef FWCORE_GCC11COMPATIBILITY_H
2 #define FWCORE_GCC11COMPATIBILITY_H
13 #if defined(__GCCXML__) || defined(__CINT__)
16 #if !GCC_PREREQUISITE(4,6,0) && !defined(__clang__)
21 #if GCC_PREREQUISITE(4,7,0)
22 #define GCC11_FINAL final
23 #define GCC11_OVERRIDE override
27 #define GCC11_FINAL final
28 #if __has_feature(cxx_override_control)
29 #define GCC11_OVERRIDE override
33 #define GCC11_OVERRIDE
40 #define GCC11_OVERRIDE
43 #endif // FWCORE_GCC11COMPATIBILITY_H