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
0d7d09f804c92d7a9f5ffe94de3520f2d40357ea
clang-p2996
/
libcxx
/
test
/
utilities
/
memory
History
Marshall Clow
b33d838bcf
Final bit for LWG
#2263
; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way.
...
llvm-svn: 203539
2014-03-11 04:32:12 +00:00
..
allocator.tag
…
allocator.traits
LWG Issue 2162: mark allocator_traits::maxsize as noexcept
2013-08-27 20:22:15 +00:00
allocator.uses
…
c.malloc
…
default.allocator
Final bit for LWG
#2263
; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way.
2014-03-11 04:32:12 +00:00
pointer.traits
…
ptr.align
…
specialized.algorithms
addressof misbehaving for type with an implicit conversion operator to char&. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15754
2013-04-16 17:27:56 +00:00
storage.iterator
…
temporary.buffer
…
unique.ptr
Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
2013-07-01 18:16:03 +00:00
util.dynamic.safety
…
util.smartptr
Update synposis in <memory> to show move semantics for weak_ptr; add tests for already existing move semantics. Mark LWG issues
#2315
(no changes needed), 2316 (move semantics for weak_ptr), 2252 (previous commit) and 2271 (previous commit) as complete.
2014-03-05 03:12:04 +00:00
version.pass.cpp
…