diff --git a/toml/value.hpp b/toml/value.hpp index 9e60ff6..4dfdd0a 100644 --- a/toml/value.hpp +++ b/toml/value.hpp @@ -241,8 +241,8 @@ struct switch_cast }// detail template class Table, // map-like class - template class Array> // vector-like class + template class Table = std::unordered_map, + template class Array = std::vector> class basic_value { template