💚 fix MSVC build

This commit is contained in:
Niels Lohmann 2021-08-07 13:40:01 +02:00
parent 346c9c1a19
commit a4c3cf7798
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

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