Skip to content

[libc++] Fix match_prev_avail implementation in std::regex_search #79773

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SanjayMarreddi
Copy link
Contributor

The implementation of the match_prev_avail flag in the regex_search is regressed after the fixed issue #41544. It resulted in many wrong search results especially those involving "^" regex pattern.

Fixes #74838

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

Successfully merging this pull request may close these issues.

[libc++] std::regex match_prev_avail implementation is regressed
1 participant