Go to the documentation of this file. 1 #ifndef FWCORE_GCC11COMPATIBILITY_H 2 #define FWCORE_GCC11COMPATIBILITY_H 12 #if defined(__GCCXML__) || defined(__CINT__) 15 #if !GCC_PREREQUISITE(4, 6, 0) && !defined(__clang__) 20 #if GCC_PREREQUISITE(4, 7, 0) 21 #define GCC11_FINAL final 22 #define GCC11_OVERRIDE override 26 #define GCC11_FINAL final 27 #if __has_feature(cxx_override_control) 28 #define GCC11_OVERRIDE override 32 #define GCC11_OVERRIDE 39 #define GCC11_OVERRIDE 42 #endif // FWCORE_GCC11COMPATIBILITY_H