Restore intentionally disrupted C++17 tests

This commit is contained in:
Alexander Karzhenkov
2020-12-20 12:43:35 +05:00
parent aae0e4959e
commit 39b8d6bd33
3 changed files with 0 additions and 6 deletions

View File

@@ -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;