diff --git a/toml/get.hpp b/toml/get.hpp index 16516c1..7445ff0 100644 --- a/toml/get.hpp +++ b/toml/get.hpp @@ -256,7 +256,7 @@ get(const basic_value&); // toml::from::from_toml(v) template class M, template class V, - std::size_t S = sizeof(::toml::into)> + std::size_t S = sizeof(::toml::from)> T get(const basic_value&); // ============================================================================