From ccd941dc5bb1d3cda7b18552c470f57c6c92f55d Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Tue, 2 Jul 2024 00:03:10 +0900 Subject: [PATCH] fix: remove default arg from fwd decl --- include/toml_fwd.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/toml_fwd.hpp b/include/toml_fwd.hpp index af9ada6..3ba77ff 100644 --- a/include/toml_fwd.hpp +++ b/include/toml_fwd.hpp @@ -52,8 +52,7 @@ struct local_time_format_info; struct array_format_info; struct table_format_info; -template, - typename Allocator = std::allocator>> +template class ordered_map; struct syntax_error;