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

[re.results.general] Add type of match_results::const_iterator to index of imp def behaviour #6176

Merged
merged 1 commit into from Mar 13, 2023

Conversation

AlisdairM
Copy link
Contributor

@AlisdairM AlisdairM commented Mar 13, 2023

The type of most container iterators is records in the index of implementation defined types, but somehow the match_results iterator in the clause was missed.

After applying this patch, I grepped for any other occurrences of "\impdef}" and the only remaining (and intentional) match is the definition of this macro in macros.tex, so there should be no more latent cases to find.

…ndex of imp def

The type of most container iterators is records in the index of implementation
defined types, but somehow the `match_results` iterator in the <regex> clause
was missed.

After applying this patch, I grepped for any other occurrences of "\\impdef}"
and the only remaining (and intentional) match is the definition of this
macro in macros.tex, so there should be no more latent cases to find.
@jensmaurer jensmaurer merged commit 67a8b1c into cplusplus:main Mar 13, 2023
2 checks passed
@AlisdairM AlisdairM deleted the type_of_match_result_iterators branch November 14, 2023 19:21
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.

None yet

2 participants