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

views::{elements, values, keys} are missing #354

Open
marehr opened this issue Mar 12, 2020 · 0 comments
Open

views::{elements, values, keys} are missing #354

marehr opened this issue Mar 12, 2020 · 0 comments

Comments

@marehr
Copy link

marehr commented Mar 12, 2020

While trying to replace range-v3 with cmcstl2 I found out that std::experimental::ranges::views::values and std::experimental::ranges::views::keys is missing (and std::experimental::ranges::views::elements, too, but this is also missing in range-v3).
https://godbolt.org/z/etU7PU

I have seen that @cjdb posted an implementation in #195 (comment). This looks fine to me, do you have any plans to add those views?

Thank you!

@marehr marehr changed the title __stl2::views::elements, __stl2::views::values and __stl2::views::keys is missing views::{elements, values, keys} are missing Mar 12, 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

No branches or pull requests

1 participant