cleanup
This commit is contained in:
parent
73632377bf
commit
746c1a7142
4 changed files with 4 additions and 3 deletions
|
|
@ -9228,7 +9228,7 @@ TEST_CASE("concepts")
|
|||
|
||||
SECTION("CopyAssignable")
|
||||
{
|
||||
// STL iterators used by json::iterator don't pass this test in Debug mode
|
||||
// STL iterators used by json::iterator don't pass this test in Debug mode
|
||||
#if !defined(_MSC_VER) || (_ITERATOR_DEBUG_LEVEL == 0)
|
||||
CHECK(std::is_nothrow_copy_assignable<json::iterator>::value);
|
||||
CHECK(std::is_nothrow_copy_assignable<json::const_iterator>::value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue