mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-09 22:30:07 +00:00
Merge branch 'master' into add-src-loc-to-exception
This commit is contained in:
commit
8240fffeca
@ -1867,7 +1867,7 @@ result<Value, std::string> parse_toml_file(location<Container>& loc)
|
||||
const auto first = loc.iter();
|
||||
if(first == loc.end())
|
||||
{
|
||||
return ok(value_type(table_type{}/* empty file has no region ...*/));
|
||||
return ok(value_type(table_type{} /*, empty file has no region ...*/));
|
||||
}
|
||||
|
||||
// put the first line as a region of a file
|
||||
|
Loading…
Reference in New Issue
Block a user