mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
fix namespace
This commit is contained in:
parent
aaf57737d5
commit
083298a045
5 changed files with 9 additions and 9 deletions
|
|
@ -57,7 +57,7 @@ namespace Namespace {
|
|||
three = 1 << 3,
|
||||
many = 1 << 30,
|
||||
};
|
||||
auto adl_magic_enum_define_range(Numbers)
|
||||
auto magic_enum_define_range_adl(Numbers)
|
||||
{
|
||||
return magic_enum::customize::adl_info().flag<true>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue