Skip to content

msvc 2017: debug assertion failed #57

@alexeysidorov92

Description

@alexeysidorov92

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions