Merge branch 'master' into optimization

This commit is contained in:
ToruNiina
2019-04-18 14:10:08 +09:00

View File

@@ -796,7 +796,7 @@ parse_offset_datetime(location<Container>& loc)
{ {
loc.reset(first); loc.reset(first);
return err(format_underline("[error]: toml::parse_offset_datetime: ", return err(format_underline("[error]: toml::parse_offset_datetime: ",
{{std::addressof(loc), "the next token is not a local_datetime"}})); {{std::addressof(loc), "the next token is not a offset_datetime"}}));
} }
} }