1
0
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:
Niels Lohmann
2021-08-07 13:40:01 +02:00
parent 346c9c1a19
commit a4c3cf7798

View File

@ -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);