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
/
std
/
containers
History
Eric Fiselier
2decfad7c5
Fix warnings in array and assoc containers
...
llvm-svn: 242629
2015-07-18 23:56:04 +00:00
..
associative
Fix warnings in array and assoc containers
2015-07-18 23:56:04 +00:00
container.adaptors
We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
2015-01-28 21:22:53 +00:00
container.requirements
…
containers.general
…
sequences
Fix warnings in array and assoc containers
2015-07-18 23:56:04 +00:00
unord
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
2015-07-13 20:04:56 +00:00
Copyable.h
…
Emplaceable.h
…
NotConstructible.h
…
nothing_to_do.pass.cpp
…
stack_allocator.h
…
test_compare.h
…
test_hash.h
…