using CHECK_THROWS_WITH to check exceptions (#160)

This commit is contained in:
Niels 2015-12-27 15:30:30 +01:00
parent d6b8830e03
commit 7371c71d2a
2 changed files with 452 additions and 522 deletions

View file

@ -6441,7 +6441,7 @@ class basic_json
return result; 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) static std::string token_type_name(token_type t)
{ {
switch (t) switch (t)

File diff suppressed because it is too large Load diff