mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
💚 fix MSVC build
This commit is contained in:
@ -9030,7 +9030,7 @@ class binary_reader
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
return parse_cbor_internal(true, tag_handler);
|
||||
}
|
||||
get();
|
||||
return get_cbor_binary(b) && sax->binary(b);
|
||||
|
Reference in New Issue
Block a user