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
Hans Wennborg 8286ca176a Merging r340823:
------------------------------------------------------------------------
r340823 | marshall | 2018-08-28 15:29:30 +0200 (Tue, 28 Aug 2018) | 1 line

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/branches/release_70@341034 91177308-0d34-0410-b5e6-96231b3b80d8
7 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 Merging r340823: 7 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