Name |
Last commit
|
Last update |
---|---|---|
.. | ||
1.cc | Loading commit data... | |
2.cc | ||
26875.cc | ||
3.cc | ||
check_allocate_max_size.cc | ||
check_deallocate_null.cc | ||
check_delete.cc | ||
check_new.cc | ||
variadic_construct.cc |
The nested typedefs in std::reference_wrapper are no longer present in C++2a mode, so skip the tests that check for them. The addition of the [[nodiscard]] attribute to a few functions causes some failures in tests that intentionally ignore the return value. Casting the result to void suppresses the new warnings. * testsuite/20_util/reference_wrapper/result_type.cc: Disable for C++2a. * testsuite/20_util/reference_wrapper/typedefs-2.cc: Likewise. * testsuite/20_util/reference_wrapper/typedefs-3.cc: Likewise. * testsuite/20_util/reference_wrapper/typedefs.cc: Likewise. * testsuite/30_threads/async/54297.cc: Suppress nodiscard warning. * testsuite/ext/array_allocator/26875.cc: Likewise. * testsuite/ext/pool_allocator/allocate_chunk.cc: Likewise. * testsuite/util/replacement_memory_operators.h: Likewise. * testsuite/util/testsuite_allocator.h: Likewise. From-SVN: r268355
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
1.cc | Loading commit data... | |
2.cc | Loading commit data... | |
26875.cc | Loading commit data... | |
3.cc | Loading commit data... | |
check_allocate_max_size.cc | Loading commit data... | |
check_deallocate_null.cc | Loading commit data... | |
check_delete.cc | Loading commit data... | |
check_new.cc | Loading commit data... | |
variadic_construct.cc | Loading commit data... |