From 1dfe32acd896f1a8ffe432744011512168d7ea1d Mon Sep 17 00:00:00 2001 From: Quentin Khan Date: Wed, 30 Jan 2019 17:06:23 +0100 Subject: [PATCH] Fix multiple definition error --- toml/types.hpp | 11 ----------- 1 file changed, 11 deletions(-) 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<