Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@247036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2015-09-08 17:59:09 +00:00
parent 65a6f64221
commit af9a44f256
11 changed files with 1360 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++98, c++03, c++11
// <algorithm>
// template<class ForwardIterator, class Searcher>