[libcxx-commits] [libcxx] [libc++] P2502R2: `std::generator` (PR #92213)

Tal Kedar via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 19 09:30:56 PST 2025


kedartal wrote:

> @kedartal The `elements_of` PR has been merged now!

Thanks!
I hope to find the time over the next couple of weeks to make a new PR based on this one.

There are a few aspects in this implementation I'll need to understand better -- the symmetric transfer mechanism, the way yielded values are stored in the coroutine frame. If you have someone in mind who'd be interested in doing the code review, I'd be very happy to discuss some of the options upfront, especially if we feel like this code might get re-used for some of the ranges adaptors.

https://github.com/llvm/llvm-project/pull/92213


More information about the libcxx-commits mailing list