💚 fix MSVC build

parent 346c9c1a
...@@ -9030,7 +9030,7 @@ class binary_reader ...@@ -9030,7 +9030,7 @@ class binary_reader
break; break;
} }
default: default:
break; return parse_cbor_internal(true, tag_handler);
} }
get(); get();
return get_cbor_binary(b) && sax->binary(b); return get_cbor_binary(b) && sax->binary(b);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment