mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 11:26:25 +00:00
Merge branch 'develop' into doctest
This commit is contained in:
@@ -124,7 +124,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json>
|
||||
return false;
|
||||
}
|
||||
|
||||
std::vector<std::string> events;
|
||||
std::vector<std::string> events {};
|
||||
};
|
||||
|
||||
struct SaxEventLoggerExitAfterStartObject : public SaxEventLogger
|
||||
|
||||
Reference in New Issue
Block a user