This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c6c7bfc4d2bc37f55f57504c19d47deb7645dd76
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
memory
/
util.smartptr
/
util.smartptr.shared
History
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
…
util.smartptr.shared.assign
…
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
…
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
…