With -std=gnu++2a and -Wsystem-headers the std::is_pod deprecation causes some new diagnostics. This suppresses them. * include/experimental/type_traits (experimental::is_pod_v): Disable -Wdeprecated-declarations warnings around reference to std::is_pod. * include/std/type_traits (is_pod_v): Likewise. * testsuite/18_support/max_align_t/requirements/2.cc: Also check is_standard_layout and is_trivial. Do not check is_pod for C++20. * testsuite/20_util/is_pod/requirements/explicit_instantiation.cc: Add -Wno-deprecated for C++20. * testsuite/20_util/is_pod/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_pod/value.cc: Likewise. * testsuite/experimental/type_traits/value.cc: Likewise. From-SVN: r280066
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
aligned_alloc | Loading commit data... | |
bad_alloc | Loading commit data... | |
bad_cast | Loading commit data... | |
bad_exception | Loading commit data... | |
bad_typeid | Loading commit data... | |
byte | Loading commit data... | |
comparisons | Loading commit data... | |
exception | Loading commit data... | |
exception_ptr | Loading commit data... | |
headers | Loading commit data... | |
initializer_list | Loading commit data... | |
launder | Loading commit data... | |
max_align_t/requirements | Loading commit data... | |
nested_exception | Loading commit data... | |
numeric_limits | Loading commit data... | |
quick_exit | Loading commit data... | |
type_info | Loading commit data... | |
uncaught_exception | Loading commit data... | |
uncaught_exceptions | Loading commit data... | |
50594.cc | Loading commit data... | |
51333.cc | Loading commit data... | |
cxa_vec.cc | Loading commit data... | |
destroying_delete.cc | Loading commit data... | |
free_eh_pool.cc | Loading commit data... | |
new_aligned.cc | Loading commit data... | |
new_delete_placement.cc | Loading commit data... | |
new_handler.cc | Loading commit data... | |
new_nothrow.cc | Loading commit data... | |
pthread_guard.cc | Loading commit data... | |
set_terminate.cc | Loading commit data... | |
set_unexpected.cc | Loading commit data... | |
terminate_handler.cc | Loading commit data... | |
unexpected_handler.cc | Loading commit data... |