diff --git a/include/chaiscript/chaiscript_defines.hpp b/include/chaiscript/chaiscript_defines.hpp index b2ec5efb..68dee8b6 100644 --- a/include/chaiscript/chaiscript_defines.hpp +++ b/include/chaiscript/chaiscript_defines.hpp @@ -257,7 +257,7 @@ namespace chaiscript { }; template< class From, class To > - inline constexpr bool is_nothrow_forward_constructible_v + static inline constexpr bool is_nothrow_forward_constructible_v = is_nothrow_forward_constructible::value; template