cmcstl2 icon indicating copy to clipboard operation
cmcstl2 copied to clipboard

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

Open marehr opened this issue 4 years ago • 0 comments

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 https://github.com/CaseyCarter/cmcstl2/pull/195#issuecomment-434889320. This looks fine to me, do you have any plans to add those views?

Thank you!

marehr avatar Mar 12 '20 22:03 marehr