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
7f9fbec3e8bbd68de9acba714cc080d4e7af87aa
clang-p2996
/
libcxx
/
test
/
std
/
containers
History
Marshall Clow
3b8669edbf
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
...
llvm-svn: 274285
2016-06-30 22:05:45 +00:00
..
associative
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
2016-06-30 22:05:45 +00:00
container.adaptors
Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already did this, just added tests
2016-06-30 16:03:50 +00:00
container.requirements
…
containers.general
…
sequences
Implement LWG#2596: 'vector::data() should use addressof'
2016-06-30 15:50:55 +00:00
unord
Fix static assert problem on gcc; remove XFAILs that I put in in r274250
2016-06-30 22:05:45 +00:00
Copyable.h
…
Emplaceable.h
…
map_allocator_requirement_test_templates.h
Fix LWG issue 2345 - Add insert(value_type&&)
2016-04-18 01:40:45 +00:00
NotConstructible.h
…
nothing_to_do.pass.cpp
…
set_allocator_requirement_test_templates.h
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
2016-04-16 00:23:12 +00:00
stack_allocator.h
…
test_compare.h
…
test_hash.h
…