mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
using CHECK_THROWS_WITH to check exceptions (#160)
This commit is contained in:
@ -6441,7 +6441,7 @@ class basic_json
|
||||
return result;
|
||||
}
|
||||
|
||||
/// return name of values of type token_type
|
||||
/// return name of values of type token_type (only used for errors)
|
||||
static std::string token_type_name(token_type t)
|
||||
{
|
||||
switch (t)
|
||||
|
Reference in New Issue
Block a user