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/util.smartptr.shared.create
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
..
allocate_shared.pass.cpp 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
allocate_shared_cxx03.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago
make_shared.pass.cpp 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
make_shared.private.fail.cpp Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) 7 years ago
make_shared.protected.fail.cpp Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before) 7 years ago
make_shared.volatile.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago