mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 10:28:09 +08:00
tiny fix
This commit is contained in:
@@ -405,7 +405,7 @@ template<typename T, typename TC>
|
|||||||
cxx::enable_if_t<toml::detail::is_unordered_set<T>::value, T>
|
cxx::enable_if_t<toml::detail::is_unordered_set<T>::value, T>
|
||||||
get(const basic_value<TC>& v)
|
get(const basic_value<TC>& v)
|
||||||
{
|
{
|
||||||
using value_type = T;
|
using value_type = typename T::value_type;
|
||||||
const auto& a = v.as_array();
|
const auto& a = v.as_array();
|
||||||
|
|
||||||
std::unordered_set<T> container;
|
std::unordered_set<T> container;
|
||||||
|
Reference in New Issue
Block a user