diff --git a/toml/value.hpp b/toml/value.hpp index 3240956..cd1e385 100644 --- a/toml/value.hpp +++ b/toml/value.hpp @@ -174,6 +174,10 @@ struct value_traits constexpr static bool is_toml_type = detail::is_valid(detail::check_type()); typedef typename detail::toml_default_type::type type; }; +template +constexpr value_t value_traits::type_index; +template +constexpr bool value_traits::is_toml_type; class value {