diff --git a/components/esm3/esmreader.hpp b/components/esm3/esmreader.hpp index bd66b13b5f..bab11a9fb1 100644 --- a/components/esm3/esmreader.hpp +++ b/components/esm3/esmreader.hpp @@ -33,9 +33,10 @@ namespace ESM }; template - constexpr bool IsReadable = std::is_arithmetic_v || std::is_enum_v || IsReadable::type>; + inline constexpr bool IsReadable + = std::is_arithmetic_v || std::is_enum_v || IsReadable::type>; template <> - constexpr bool IsReadable = false; + inline constexpr bool IsReadable = false; class ReadersCache;