You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you compile tests using msvc 2017 and run it in debug mode, then an assertion fails (cannot seek string iterator after end) in Boyer-Moore str search/[str-search] test. It seems that an invalid iterator range { last, last + size } is returned from boyer_moore_searcher::operator(ForwardIterator first, ForwardIterator last).
The text was updated successfully, but these errors were encountered:
If you compile tests using msvc 2017 and run it in debug mode, then an assertion fails (cannot seek string iterator after end) in
Boyer-Moore str search/[str-search]
test. It seems that an invalid iterator range{ last, last + size }
is returned fromboyer_moore_searcher::operator(ForwardIterator first, ForwardIterator last)
.The text was updated successfully, but these errors were encountered: