Fix boyer_moore_searcher with the Rytter correction: https://github.com/microsoft/STL/pull/724
A 40-year-old bugfix to an even older linear-time string matching algorithm finally makes it to production code, with an admonishment that this should have been mentioned in more recent explanations of the algorithm such as Wikipedia's (https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm, since added).