mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 21:25:30 +00:00
run amalgamate
This commit is contained in:
@@ -2271,7 +2271,8 @@ class binary_reader
|
||||
string_t& result)
|
||||
{
|
||||
bool success = true;
|
||||
for(NumberType i = 0; i < len; i++) {
|
||||
for (NumberType i = 0; i < len; i++)
|
||||
{
|
||||
get();
|
||||
if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "string")))
|
||||
{
|
||||
@@ -2303,7 +2304,8 @@ class binary_reader
|
||||
binary_t& result)
|
||||
{
|
||||
bool success = true;
|
||||
for(NumberType i = 0; i < len; i++) {
|
||||
for (NumberType i = 0; i < len; i++)
|
||||
{
|
||||
get();
|
||||
if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "binary")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user