diff --git a/doc/limitations.md b/doc/limitations.md index d99d025..506e6dc 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -29,8 +29,6 @@ * By default, `MAGIC_ENUM_RANGE_MIN = -128`, `MAGIC_ENUM_RANGE_MAX = 127`. -* `MAGIC_ENUM_RANGE = (MAGIC_ENUM_RANGE_MAX - MAGIC_ENUM_RANGE_MIN)` must be less than `UINT16_MAX`. - * If you need a different range for all enum types by default, redefine the macro `MAGIC_ENUM_RANGE_MIN` and `MAGIC_ENUM_RANGE_MAX`: ```cpp