mirror of
https://github.com/nlohmann/json.git
synced 2026-09-14 14:28:12 +00:00
Restore intentionally disrupted C++17 tests
This commit is contained in:
@@ -886,7 +886,6 @@ TEST_CASE("items()")
|
||||
#ifdef JSON_HAS_CPP_17
|
||||
SECTION("structured bindings")
|
||||
{
|
||||
static_assert(false);
|
||||
json j = { {"A", 1}, {"B", 2} };
|
||||
|
||||
std::map<std::string, int> m;
|
||||
|
||||
Reference in New Issue
Block a user