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

Fix index entries for CPOs #4008

Merged
merged 2 commits into from Sep 18, 2020
Merged

Fix index entries for CPOs #4008

merged 2 commits into from Sep 18, 2020

Conversation

jensmaurer
Copy link
Member

Fixes #4003

Copy link
Contributor

@CaseyCarter CaseyCarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's here is good, but I see some of the range adaptor objects (the ones that live in std::ranges::views) are unindexed. I see an entry for all, for example, but not empty or filter (I didn't audit all of them). Is that omission intentional? I imagine the objects that share the name of an algorithm. e.g., transform, will be problematic.

@zygoloid zygoloid merged commit 699caf3 into cplusplus:master Sep 18, 2020
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.

[concept.swappable] Missing an index entry for ranges::swap
3 participants