This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
utilities
/
memory
/
unique.ptr
History
Marshall Clow
28d8ba5f79
Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
...
llvm-svn: 185352
2013-07-01 18:16:03 +00:00
..
unique.ptr.create
Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
2013-07-01 18:16:03 +00:00
unique.ptr.dltr
default_delete needs a static_assert against void types. I had previously thought that sizeof(void) would take care of this. I was wrong.
2013-04-24 19:44:26 +00:00
unique.ptr.runtime
…
unique.ptr.single
…
unique.ptr.special
Andrew Morrow: There are two tests under test/utilities/memory that heap allocate two
2012-08-02 18:39:48 +00:00
deleter.h
…
nothing_to_do.pass.cpp
…