This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
d835e59211
Add the C++17 extensions to std::search. Include the default searcher, but not the Boyer-Moore or Boyer-Moore-Horspool searcher (yet). BUT put the BM and BMH tests in place, marked to XFAIL. The other searchers will follow soon
...
llvm-svn: 322019
2018-01-08 19:18:00 +00:00
..
alg.c.library
…
alg.modifying.operations
[libcxx] [test] Fix MSVC warnings, null pointer deref.
2017-12-13 00:51:27 +00:00
alg.nonmodifying
Add the C++17 extensions to std::search. Include the default searcher, but not the Boyer-Moore or Boyer-Moore-Horspool searcher (yet). BUT put the BM and BMH tests in place, marked to XFAIL. The other searchers will follow soon
2018-01-08 19:18:00 +00:00
alg.sorting
Mark test as unsupported on C++98/03, since it uses move_iterator
2017-10-30 16:07:59 +00:00
algorithms.general
…