mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 09:08:08 +08:00
fix: remove default arg from fwd decl
This commit is contained in:
@@ -52,8 +52,7 @@ struct local_time_format_info;
|
|||||||
struct array_format_info;
|
struct array_format_info;
|
||||||
struct table_format_info;
|
struct table_format_info;
|
||||||
|
|
||||||
template<typename Key, typename Val, typename Cmp = std::equal_to<Key>,
|
template<typename Key, typename Val, typename Cmp, typename Allocator>
|
||||||
typename Allocator = std::allocator<std::pair<Key, Val>>>
|
|
||||||
class ordered_map;
|
class ordered_map;
|
||||||
|
|
||||||
struct syntax_error;
|
struct syntax_error;
|
||||||
|
Reference in New Issue
Block a user