This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a7e63b1e67
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
History
Marshall Clow
ee66eb1328
non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch
...
llvm-svn: 262866
2016-03-07 21:57:10 +00:00
..
array
non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch
2016-03-07 21:57:10 +00:00
deque
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
forwardlist
[libcxx] Fix undefined behavior in forward_list
2016-01-27 00:11:54 +00:00
list
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
vector
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
vector.bool
Add a bunch of missing includes in the test suite to make it more portable. Fixes bugs
#26120
and
#26121
. Thanks to Jonathan Wakely for the reports and the patches.
2016-01-12 14:51:04 +00:00
nothing_to_do.pass.cpp
…