1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
This commit is contained in:
neargye 2022-02-05 00:17:05 +02:00
parent ab2bf820e1
commit db69b213b0

View file

@ -41,7 +41,7 @@
struct magic_enum::customize::enum_range<number> {
static constexpr int min = 100;
static constexpr int max = 300;
// (max - min) must be less than UINT16_MIN.
// (max - min) must be less than UINT16_MAX.
};
```