Skip to content

Commit

Permalink
using CHECK_THROWS_WITH to check exceptions (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 27, 2015
1 parent d6b8830 commit 7371c71
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 522 deletions.
2 changes: 1 addition & 1 deletion src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 7371c71

Please sign in to comment.