mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 11:42:51 +00:00
🔨 approach to un-break the changes for #462
This commit is contained in:
@@ -1164,7 +1164,7 @@ TEST_CASE("single MessagePack roundtrip")
|
||||
|
||||
// check with different start index
|
||||
packed.insert(packed.begin(), 5, 0xff);
|
||||
CHECK(j1 == json::from_msgpack({packed.begin() + 5, packed.end()}));
|
||||
CHECK(j1 == json::from_msgpack(packed.begin() + 5, packed.end()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user