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
a67cf0001f5d24305f6c443da05266781c94de2e
clang-p2996
/
libcxx
/
test
/
std
/
containers
History
Marshall Clow
4513057d66
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
...
llvm-svn: 294328
2017-02-07 18:41:25 +00:00
..
associative
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
2017-02-05 22:47:09 +00:00
container.adaptors
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
2017-02-05 22:47:09 +00:00
container.requirements
…
containers.general
…
sequences
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
unord
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
2017-02-05 22:47:41 +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
test_compare.h
…
test_hash.h
…