Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msvc 2017: debug assertion failed #57

Open
alexeysidorov92 opened this issue Oct 28, 2018 · 1 comment
Open

msvc 2017: debug assertion failed #57

alexeysidorov92 opened this issue Oct 28, 2018 · 1 comment

Comments

@alexeysidorov92
Copy link

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).

@serge-sans-paille
Copy link
Owner

Trying to enable Windows tests on #58 That should help sorting this problem out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants