mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-11 23:54:19 +00:00
improve customize
This commit is contained in:
parent
000551a655
commit
690486e7f2
5 changed files with 107 additions and 49 deletions
|
|
@ -69,7 +69,7 @@ enum number : unsigned long {
|
|||
#endif
|
||||
};
|
||||
|
||||
namespace magic_enum {
|
||||
namespace magic_enum::customize {
|
||||
template <>
|
||||
struct enum_range<number> {
|
||||
static constexpr int min = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue