llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair
Louis Dionne 618862e89a [libc++] Fix incorrect forwarding in tuple's assignment operator
Also, add a bunch of tests for tuple and pair's assignment operators
involving reference types.

Differential Revision: https://reviews.llvm.org/D97419
2021-02-25 14:56:16 -05: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 the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -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 the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -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