You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/optional/optional.object
Casey Carter 8b30287098 optional: Implement LWG 2900 and P0602
Differential Revision: https://reviews.llvm.org/D32385

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307505 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
optional.object.assign optional: Implement LWG 2900 and P0602 8 years ago
optional.object.ctor optional: Implement LWG 2900 and P0602 8 years ago
optional.object.dtor Implement N4606 optional 9 years ago
optional.object.mod [libcxx] [test] Remove a Clang/C2 workaround. 9 years ago
optional.object.observe add missing constexpr to optional::value_or 9 years ago
optional.object.swap Fix unreferenced parameters. Patch from STL@microsoft.com 9 years ago
optional_requires_destructible_object.fail.cpp Implement N4606 optional 9 years ago
special_member_gen.pass.cpp optional: Implement LWG 2900 and P0602 8 years ago
types.pass.cpp Implement N4606 optional 9 years ago