1
0
Fork 0
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:
neargye 2025-09-05 19:51:55 +04:00
parent 083298a045
commit 0f47904705

View file

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