We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a529c1 commit 3ad8265Copy full SHA for 3ad8265
tests/native_api_tests/test_api_serialization.cpp
@@ -81,7 +81,7 @@ TEST_CASE("API Serialization and Deserialization") {
81
Serializer msgpack_serializer{dataset, 1};
82
83
SUBCASE("Round trip") {
84
- std::vector<std::byte> msgpack_data{};
+ std::vector<char> msgpack_data{};
85
msgpack_serializer.get_to_binary_buffer(0, msgpack_data);
86
auto const json_document = nlohmann::ordered_json::from_msgpack(msgpack_data);
87
auto const json_result = json_document.dump(-1);
0 commit comments