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
cbe2a9b213d14708607d4e630724afc94de9c13d
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
History
Marshall Clow
dc3eb83d08
Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report.
...
llvm-svn: 275105
2016-07-11 21:38:08 +00:00
..
array
Make std::array typedef tests more portable.
2016-06-30 04:54:00 +00:00
deque
Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report.
2016-07-11 21:38:08 +00:00
forwardlist
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@microsoft.com
2016-06-26 20:21:22 +00:00
list
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@microsoft.com
2016-06-26 20:21:22 +00:00
vector
Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report.
2016-07-11 21:38:08 +00:00
vector.bool
Fix unary_function inheritance assumption. Patch from STL@microsoft.com
2016-06-30 04:28:12 +00:00
nothing_to_do.pass.cpp
…