[PATCH] D11380: Implement LFTS searchers. Boyer_Moore and Boyer_Moore_Horspool

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 14:23:50 PDT 2015


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM modulo handling C++03. Currently <experimental/functional> compiles w/ clang in C++03. Please either ensure your portions of the searchers also compile in C++03 and change the tests or #ifdef them out before committing.


http://reviews.llvm.org/D11380





More information about the cfe-commits mailing list