Merge branch 'develop' of https://github.com/nlohmann/json into develop

This commit is contained in:
Niels Lohmann 2018-08-18 08:15:06 +02:00
commit 6899fa304c
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class binary_reader
const bool strict = true)
{
sax = sax_;
bool result;
bool result = false;
switch (format)
{

View file

@ -6033,7 +6033,7 @@ class binary_reader
const bool strict = true)
{
sax = sax_;
bool result;
bool result = false;
switch (format)
{