mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
fix doc
This commit is contained in:
parent
ab2bf820e1
commit
db69b213b0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
struct magic_enum::customize::enum_range<number> {
|
struct magic_enum::customize::enum_range<number> {
|
||||||
static constexpr int min = 100;
|
static constexpr int min = 100;
|
||||||
static constexpr int max = 300;
|
static constexpr int max = 300;
|
||||||
// (max - min) must be less than UINT16_MIN.
|
// (max - min) must be less than UINT16_MAX.
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue