diff --git a/include/toml11/traits.hpp b/include/toml11/traits.hpp index 54adf8e8..0a0fa796 100644 --- a/include/toml11/traits.hpp +++ b/include/toml11/traits.hpp @@ -95,7 +95,7 @@ struct has_specialized_into_impl template static std::false_type check(...); template)> - static std::true_type check(::toml::from*); + static std::true_type check(::toml::into*); };