From a4c3cf779812f875c18d1a56a8e840dabe06644a Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 7 Aug 2021 13:40:01 +0200 Subject: [PATCH] :green_heart: fix MSVC build --- single_include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index b7304f346..5ec21b915 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -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);