1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00

update doc

This commit is contained in:
neargye 2020-02-14 15:09:51 +05:00
parent cae43830a3
commit f42605bbf1
2 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ struct enum_range<number> {
static constexpr int min = 100;
static constexpr int max = 300;
};
}
} // namespace magic_enum
using namespace magic_enum;