mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
Make constexpr variable defined in header inline
This commit is contained in:
parent
9584cb7ac2
commit
52b3a87dae
@ -27,7 +27,7 @@ namespace Serialization
|
||||
struct IsContiguousContainer<std::array<T, n>> : std::true_type {};
|
||||
|
||||
template <class T>
|
||||
constexpr bool isContiguousContainer = IsContiguousContainer<std::decay_t<T>>::value;
|
||||
inline constexpr bool isContiguousContainer = IsContiguousContainer<std::decay_t<T>>::value;
|
||||
|
||||
template <Mode mode, class Derived>
|
||||
struct Format
|
||||
|
Loading…
Reference in New Issue
Block a user