mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 10:28:09 +08:00
fix: typo in type-trait impl
This commit is contained in:
@@ -95,7 +95,7 @@ struct has_specialized_into_impl
|
|||||||
template<typename T>
|
template<typename T>
|
||||||
static std::false_type check(...);
|
static std::false_type check(...);
|
||||||
template<typename T, std::size_t S = sizeof(::toml::into<T>)>
|
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>*);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user