mirror of
https://github.com/nlohmann/json.git
synced 2026-02-12 00:32:26 +00:00
🚧 trying nodiscard attribute #1433
This commit is contained in:
@@ -2128,7 +2128,7 @@ TEST_CASE("all UBJSON first bytes", "[!throws]")
|
||||
|
||||
try
|
||||
{
|
||||
json::from_ubjson(std::vector<uint8_t>(1, byte));
|
||||
auto res = json::from_ubjson(std::vector<uint8_t>(1, byte));
|
||||
}
|
||||
catch (const json::parse_error& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user