feat [skip ci]: update single_include

This commit is contained in:
ToruNiina
2024-06-27 15:08:22 +00:00
parent 42734ea642
commit 5d23f4b8a8

View File

@@ -3584,7 +3584,7 @@ struct has_specialized_into_impl
template<typename T>
static std::false_type check(...);
template<typename T, std::size_t S = sizeof(::toml::into<T>)>
static std::true_type check(::toml::from<T>*);
static std::true_type check(::toml::into<T>*);
};