Disrupt all C++17 tests to check if they are executed

This commit is contained in:
Alexander Karzhenkov
2020-12-19 17:23:58 +05:00
parent c3c574cf96
commit 8247a217bb
3 changed files with 6 additions and 0 deletions

View File

@@ -886,6 +886,7 @@ 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;