diff --git a/toml/get.hpp b/toml/get.hpp index ffc8747..6aad019 100644 --- a/toml/get.hpp +++ b/toml/get.hpp @@ -329,9 +329,7 @@ T get(const toml::value& v) } template> // not a toml::value - >::value, std::nullptr_t>::type, - std::size_t = sizeof(::toml::from) // and has from specialization - > + >::value, std::nullptr_t>::type, std::size_t> // and has from T get(const toml::value& v) { return ::toml::from::from_toml(v);