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

What about fast_match and regex iterator? #247

Open
kelbon opened this issue Mar 26, 2022 · 2 comments
Open

What about fast_match and regex iterator? #247

kelbon opened this issue Mar 26, 2022 · 2 comments

Comments

@kelbon
Copy link

kelbon commented Mar 26, 2022

Regex iterator in C++20 may be a coroutine-generator, isnt it better then returning a range?
What about fast_match (only checks match or not) ?

@hanickadot
Copy link
Owner

They may be coroutines, but I do support also C++17. What about fast_match?

@kelbon
Copy link
Author

kelbon commented Mar 26, 2022

What about fast_match

I do not see such possibility now, sorry if it exist

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