add doc NAMEOF_ENUM_RANGE

This commit is contained in:
neargye 2019-04-02 18:47:46 +05:00
parent 8795c7839a
commit 249202df54

View file

@ -36,6 +36,7 @@
#include <limits>
#include <string_view>
// 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