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
Marshall Clow c4f0f1eaa8 Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice).
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@340823 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
util.smartptr.getdeleter Refactor unique_ptr/shared_ptr deleter test types into single header. 8 years ago
util.smartptr.shared.assign Remove more usages of REQUIRES-ANY in the test-suite 8 years ago
util.smartptr.shared.cast Move test into test/std subdirectory. 10 years ago
util.smartptr.shared.cmp Move test into test/std subdirectory. 10 years ago
util.smartptr.shared.const Silence a couple of 'unused variable' warnings in c++03 tests. No functional change 8 years ago
util.smartptr.shared.create Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice). 6 years ago
util.smartptr.shared.dest Move test into test/std subdirectory. 10 years ago
util.smartptr.shared.io Move test into test/std subdirectory. 10 years ago
util.smartptr.shared.mod Refactor unique_ptr/shared_ptr deleter test types into single header. 8 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) 8 years ago
util.smartptr.shared.spec Move test into test/std subdirectory. 10 years ago
types.pass.cpp Implement P0163r0. Add shared_ptr::weak_type. 9 years ago