diff --git a/toml/types.hpp b/toml/types.hpp index cd13edf..361ed10 100644 --- a/toml/types.hpp +++ b/toml/types.hpp @@ -137,17 +137,6 @@ template<> struct toml_value_t{static constexpr value_t value = template<> struct toml_value_t{static constexpr value_t value = value_t::LocalTime ;}; template<> struct toml_value_t{static constexpr value_t value = value_t::Array ;}; template<> struct toml_value_t{static constexpr value_t value = value_t::Table ;}; -template constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t::value; -constexpr value_t toml_value_t
::value; template struct is_exact_toml_type : disjunction<