llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared
Marshall Clow fa8ce34534 Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice).
llvm-svn: 340823
2018-08-28 13:29:30 +00:00
..
util.smartptr.getdeleter Refactor unique_ptr/shared_ptr deleter test types into single header. 2017-01-20 04:39:17 +00:00
util.smartptr.shared.assign Remove more usages of REQUIRES-ANY in the test-suite 2017-03-02 02:04:49 +00:00
util.smartptr.shared.cast
util.smartptr.shared.cmp
util.smartptr.shared.const Silence a couple of 'unused variable' warnings in c++03 tests. No functional change 2017-03-23 06:25:26 +00:00
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). 2018-08-28 13:29:30 +00:00
util.smartptr.shared.dest
util.smartptr.shared.io
util.smartptr.shared.mod Refactor unique_ptr/shared_ptr deleter test types into single header. 2017-01-20 04:39:17 +00:00
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) 2017-04-11 17:08:53 +00:00
util.smartptr.shared.spec
types.pass.cpp Implement P0163r0. Add shared_ptr::weak_type. 2016-06-27 01:02:43 +00:00