Louis Dionne
b8cb1dc9ea
[libc++] Make <ranges> non-experimental
...
When we ship LLVM 16, <ranges> won't be considered experimental anymore.
We might as well do this sooner rather than later.
Differential Revision: https://reviews.llvm.org/D132151
2022-08-18 16:59:58 -04:00
Konstantin Varlamov
8200e1253f
[libc++][ranges] Implement `views::drop`.
...
The view itself has been implemented previously -- this patch only adds
the ability to pipe it.
Also finishes the implementation of [P1739](https://wg21.link/p1739 ) and
[LWG3407](https://wg21.link/lwg3407 ).
Differential Revision: https://reviews.llvm.org/D125156
2022-05-10 09:31:05 -07:00
Konstantin Varlamov
9924d8d66a
[libc++][ranges] Implement `views::take`.
...
The view itself has been implemented previously -- this patch only adds
the ability to pipe it.
Also implements [P1739](https://wg21.link/p1739 ) (partially) and [LWG3407](https://wg21.link/lwg3407 ).
Differential Revision: https://reviews.llvm.org/D123600
2022-05-06 14:16:13 -07:00