00001 #ifndef ROOT_CORE_UTILS__OVERRIDE_H
00002 #define ROOT_CORE_UTILS__OVERRIDE_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #include <RootCoreUtils/Global.h>
00015
00016 #if __cplusplus < 201402L
00017 #define RCU_OVERRIDE
00018 #else
00019 #define RCU_OVERRIDE \
00020 override
00021 #endif
00022
00023 #endif