00001
00002
00015 #ifndef CXXUTILS_OVERRIDE_H
00016 #define CXXUTILS_OVERRIDE_H
00017
00018
00019 #ifndef HAVE_ATH_OVERRIDE
00020 # if __cplusplus > 201100
00021 # define HAVE_ATH_OVERRIDE 1
00022 # else
00023 # define HAVE_ATH_OVERRIDE 0
00024 # endif
00025 #endif
00026
00027 #if HAVE_ATH_OVERRIDE
00028 # define ATH_OVERRIDE override
00029 #else
00030 # define ATH_OVERRIDE
00031 #endif
00032
00033
00034 #endif // not CXXUTILS_OVERRIDE_H