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
3003ba00a3260bdee71dd802bcfa970c3580e6bb
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
deque
History
Marshall Clow
1b868e19c3
Add some more tests for the containers type requirements
...
llvm-svn: 263029
2016-03-09 17:19:07 +00:00
..
deque.capacity
Fix warnings in deque tests
2015-07-19 00:31:54 +00:00
deque.cons
Fix warnings in deque tests
2015-07-19 00:31:54 +00:00
deque.modifiers
Make it possible to build a no-exceptions variant of libcxx.
2015-11-10 11:41:22 +00:00
deque.special
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
allocator_mismatch.fail.cpp
Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
2015-11-26 01:24:04 +00:00
iterators.pass.cpp
…
types.pass.cpp
Add some more tests for the containers type requirements
2016-03-09 17:19:07 +00:00
version.pass.cpp
…