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

Fix link error

This commit is contained in:
Maxwell Geng 2025-09-01 11:45:36 +08:00
parent 083298a045
commit d05e4220bb

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()
inline adl_info_holder<> adl_info()
{
return {};
}