mirror of
https://github.com/nlohmann/json.git
synced 2026-08-24 12:08:09 +00:00
- minor tweaks
This commit is contained in:
@@ -283,7 +283,7 @@ class JSON {
|
||||
|
||||
private:
|
||||
bool next();
|
||||
void error(std::string = "");
|
||||
void error(std::string = "") __attribute__((noreturn));
|
||||
std::string parseString();
|
||||
void parseTrue();
|
||||
void parseFalse();
|
||||
|
||||
Reference in New Issue
Block a user