diff --git a/include/nameof.hpp b/include/nameof.hpp index 03ec88f..dc59215 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -36,6 +36,7 @@ #include #include +// Enum variable must be in range (-NAMEOF_ENUM_RANGE, NAMEOF_ENUM_RANGE). If you need a larger range, redefine the macro NAMEOF_ENUM_RANGE. #if !defined(NAMEOF_ENUM_RANGE) # define NAMEOF_ENUM_RANGE 128 #endif