diff --git a/toml/parser.hpp b/toml/parser.hpp index 29131cb..bba7171 100644 --- a/toml/parser.hpp +++ b/toml/parser.hpp @@ -1561,7 +1561,7 @@ template result, region>, std::string> parse_array_table_key(location& loc) { - if(auto token = lex_array_table::invoke(loc, true)) + if(auto token = lex_array_table::invoke(loc)) { location inner_loc(loc.name(), token.unwrap().str());