Neargye / magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.76k stars 422 forks source link

Update comments regarding max and min #369

Closed ricardofdc closed 1 month ago

ricardofdc commented 1 month ago

The comments in the code regarding MAGIC_ENUM_RANGE_MIN and MAGIC_ENUM_RANGE_MAX values were not updated according to the latest changes on those default values.

Neargye commented 1 month ago

Thanks