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
2bd636f589302ec937c732d3761325ecc2f88dd2
clang-p2996
/
libcxx
/
test
/
utilities
/
memory
/
util.smartptr
/
util.smartptr.shared
History
Howard Hinnant
67f3964766
Modernize relational operators for shared_ptr and unique_ptr. This includes adding support for nullptr, and using less<T*>. Fixes
http://llvm.org/bugs/show_bug.cgi?id=12056
.
...
llvm-svn: 151084
2012-02-21 21:02:58 +00:00
..
util.smartptr.getdeleter
…
util.smartptr.shared.assign
Adjust two tests to account for a nasty change in copying behavior
2011-07-18 23:51:25 +00:00
util.smartptr.shared.cast
…
util.smartptr.shared.cmp
Modernize relational operators for shared_ptr and unique_ptr. This includes adding support for nullptr, and using less<T*>. Fixes
http://llvm.org/bugs/show_bug.cgi?id=12056
.
2012-02-21 21:02:58 +00:00
util.smartptr.shared.const
Adjust two tests to account for a nasty change in copying behavior
2011-07-18 23:51:25 +00:00
util.smartptr.shared.create
Exercise rvalue arguements to make_shared for C++11 mode.
2012-02-18 20:12:03 +00:00
util.smartptr.shared.dest
…
util.smartptr.shared.io
…
util.smartptr.shared.mod
…
util.smartptr.shared.obs
…
util.smartptr.shared.spec
…
test_allocator.h
…
test_deleter.h
…
types.pass.cpp
…