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
e62c54375d2e75acaaa1394de99f4f61462e7530
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
/
forwardlist
History
Eric Fiselier
d513ad88d5
Complete LWG issue
#2016
. Allocators must be nothrow swappable
...
llvm-svn: 267085
2016-04-22 00:15:18 +00:00
..
forwardlist.access
…
forwardlist.cons
Remove undefined behavior from tests; specifically, ensure that the value type of the allocators match the value type of the containers
2015-11-24 22:10:51 +00:00
forwardlist.iter
…
forwardlist.modifiers
Make it possible to build a no-exceptions variant of libcxx.
2015-11-10 11:41:22 +00:00
forwardlist.ops
Fix warnings in forwardlist
2015-07-19 00:38:37 +00:00
forwardlist.spec
Complete LWG issue
#2016
. Allocators must be nothrow swappable
2016-04-22 00:15:18 +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
incomplete.pass.cpp
[libcxx] Fix undefined behavior in forward_list
2016-01-27 00:11:54 +00:00
max_size.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
…