mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-08 23:24:20 +00:00
fix multiple definitions of adl_info
This commit is contained in:
parent
083298a045
commit
0f47904705
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ struct adl_info_holder {
|
|||
constexpr static adl_info_holder<IsFlags,Min,Max,prefix_len> prefix() { return {};}
|
||||
};
|
||||
|
||||
adl_info_holder<> adl_info()
|
||||
constexpr adl_info_holder<> adl_info()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue