mirror of
https://github.com/nlohmann/json.git
synced 2026-03-17 22:46:00 +00: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