diff --git a/single_include/toml.hpp b/single_include/toml.hpp index 51038e0..2cb762a 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -3584,7 +3584,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*); };