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
1fbe1a8ba7672cbccd95c8a76437ef8d2c6249a2
clang-p2996
/
libcxx
/
test
/
algorithms
History
Marshall Clow
f1e473bad9
Create a 'comma_iterator' class that overloads operator, and asserts when it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue
#2133
...
llvm-svn: 217902
2014-09-16 20:38:11 +00:00
..
alg.c.library
…
alg.modifying.operations
Fix PR#202520 - predicate called too many times in list::remove_if. Add tests for list, forward_list, and the std::remove_if algorithm
2014-08-04 17:32:25 +00:00
alg.nonmodifying
Create a 'comma_iterator' class that overloads operator, and asserts when it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue
#2133
2014-09-16 20:38:11 +00:00
alg.sorting
Fix std::make_heap's worst case time complexity
2014-07-22 06:07:09 +00:00
algorithms.general
…
version.pass.cpp
…