diff --git a/components/serialization/format.hpp b/components/serialization/format.hpp index 956345149c..29fc0ec42d 100644 --- a/components/serialization/format.hpp +++ b/components/serialization/format.hpp @@ -27,7 +27,7 @@ namespace Serialization struct IsContiguousContainer> : std::true_type {}; template - constexpr bool isContiguousContainer = IsContiguousContainer>::value; + inline constexpr bool isContiguousContainer = IsContiguousContainer>::value; template struct Format