Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There seems to be a bug in `libc++`'s experimental `boyer_moore_searcher` implementations (type of `_scratch` in `_build_suffix_table` apparently should be `vector<difference_type>` instead of `vector<value_type>`.