llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign
Marshall Clow 954014a0fa Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignment operator. Fixes PR38638. Thanks to Jonathan Wakely for the report
llvm-svn: 364574
2019-06-27 18:40:55 +00:00
..
assign_value.pass.cpp Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignment operator. Fixes PR38638. Thanks to Jonathan Wakely for the report 2019-06-27 18:40:55 +00:00
const_optional_U.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
copy.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
emplace.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
emplace_initializer_list.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
move.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
nullopt_t.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
optional_U.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00