llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair
Louis Dionne 0166690401 [libc++] Remove workarounds for the lack of deduction guides in C++17
All supported compilers have supported deduction guides in C++17 for a
while, so this isn't necessary anymore.

Differential Revision: https://reviews.llvm.org/D108213
2021-08-18 08:57:25 -04:00
..
U_V.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
assign_const_pair_U_V.pass.cpp [libc++][nfc] Only test if pair is_assignable after C++03. 2021-02-19 15:14:44 -08:00
assign_pair.pass.cpp [libc++][nfc] SFINAE on pair/tuple assignment operators: LWG 2729. 2021-02-19 13:25:34 -08:00
assign_pair_cxx03.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
assign_rv_pair.pass.cpp [libc++] Fix incorrect forwarding in tuple's assignment operator 2021-02-25 14:56:16 -05:00
assign_rv_pair_U_V.pass.cpp [libc++] Fix incorrect forwarding in tuple's assignment operator 2021-02-25 14:56:16 -05:00
const_first_const_second.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
const_first_const_second_cxx03.pass.cpp
const_pair_U_V.pass.cpp Add constexpr to pair 2020-09-02 21:21:24 +02:00
const_pair_U_V_cxx03.pass.cpp
copy_ctor.pass.cpp
default-sfinae.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
default.explicit.fail.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
default.pass.cpp
dtor.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
implicit_deduction_guides.pass.cpp [libc++] Remove workarounds for the lack of deduction guides in C++17 2021-08-18 08:57:25 -04:00
move_ctor.pass.cpp [libc++] Fix incorrect forwarding in tuple's assignment operator 2021-02-25 14:56:16 -05:00
not_constexpr_cxx11.fail.cpp
piecewise.pass.cpp Add constexpr to pair 2020-09-02 21:21:24 +02:00
rv_pair_U_V.pass.cpp [libc++] Fix incorrect forwarding in tuple's assignment operator 2021-02-25 14:56:16 -05:00
special_member_generation_test.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
swap.pass.cpp Add constexpr to pair 2020-09-02 21:21:24 +02:00
trivial_copy_move.pass.cpp
types.pass.cpp