[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured...
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 8 Nov 2021 22:00:43 +0000 (17:00 -0500)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 20 Nov 2021 16:44:57 +0000 (11:44 -0500)
commit401b76fdf2b328520cc71d829ea726b74bb2192f
tree1278ad95473c1cad13f90884b65dee763f439e35
parentec7b0d4d3458cf42c4e40da2ea391b29ba1731dd
[libc++] [test] Eliminate libcpp-no-noexcept-function-type and libcpp-no-structured-bindings.

At this point, every supported compiler that claims a -std=c++17 mode
should also support these features.

Differential Revision: https://reviews.llvm.org/D113436
libcxx/test/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.cpp
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_structured_bindings.pass.cpp
libcxx/utils/libcxx/test/features.py
libcxxabi/test/catch_function_03.pass.cpp
libcxxabi/test/catch_member_function_pointer_02.pass.cpp