1
0
Fork 0
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:
Daniil Goncharov 2020-09-07 12:55:59 +03:00 committed by GitHub
parent 000551a655
commit 690486e7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 107 additions and 49 deletions

View file

@ -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;