diff --git a/include/magic_enum/magic_enum_containers.hpp b/include/magic_enum/magic_enum_containers.hpp index f817306..9a0208a 100644 --- a/include/magic_enum/magic_enum_containers.hpp +++ b/include/magic_enum/magic_enum_containers.hpp @@ -52,10 +52,10 @@ namespace magic_enum::containers { namespace detail { template -static constexpr bool is_transparent_v{}; +inline constexpr bool is_transparent_v{}; template -static constexpr bool is_transparent_v>{true}; +inline constexpr bool is_transparent_v>{true}; template , typename T1, typename T2> constexpr bool equal(T1&& t1, T2&& t2, Eq&& eq = {}) {