mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 03:16:25 +00:00
another test case
This commit is contained in:
@@ -2117,6 +2117,7 @@ TEST_CASE("value conversion")
|
||||
CHECK_THROWS_AS((json().get<std::list<int>>()), std::logic_error);
|
||||
CHECK_THROWS_AS((json().get<std::vector<int>>()), std::logic_error);
|
||||
CHECK_THROWS_AS((json().get<std::vector<json>>()), std::logic_error);
|
||||
CHECK_THROWS_AS((json().get<std::list<json>>()), std::logic_error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user