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/memory/util.smartptr/util.smartptr.shared
Casey Carter 90b8e58ffa [test] Fix breakage from r303947 =(
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303951 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
util.smartptr.getdeleter Refactor unique_ptr/shared_ptr deleter test types into single header. 9 years ago
util.smartptr.shared.assign Remove more usages of REQUIRES-ANY in the test-suite 9 years ago
util.smartptr.shared.cast Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.cmp Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.const Silence a couple of 'unused variable' warnings in c++03 tests. No functional change 9 years ago
util.smartptr.shared.create [test] Fix breakage from r303947 =( 9 years ago
util.smartptr.shared.dest Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.io Move test into test/std subdirectory. 11 years ago
util.smartptr.shared.mod Refactor unique_ptr/shared_ptr deleter test types into single header. 9 years ago
util.smartptr.shared.obs Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' This issue missed a couple, so I added those as well (see LWG#2942) 9 years ago
util.smartptr.shared.spec Move test into test/std subdirectory. 11 years ago
types.pass.cpp Implement P0163r0. Add shared_ptr::weak_type. 9 years ago