diff --git a/include/global.h b/include/global.h index 871800de..c1672d03 100644 --- a/include/global.h +++ b/include/global.h @@ -14,4 +14,7 @@ #define NONMATCH #endif +// `override` was added in C++11 before the DS, so we only use the keyword to indicate overriden functions +#define override + #endif