Skip to content

Commit

Permalink
[FOLD] Add Reader::nest_limit definition
Browse files Browse the repository at this point in the history
* Otherwise fails link on macOS
  • Loading branch information
HowardHinnant committed Jan 16, 2018
1 parent de4cc74 commit 29544a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ripple/json/impl/json_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ namespace Json
// Implementation of class Reader
// ////////////////////////////////

constexpr unsigned Reader::nest_limit;

static
std::string
codePointToUTF8 (unsigned int cp)
Expand Down

0 comments on commit 29544a8

Please sign in to comment.