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

Connector Switch via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 5 22:02:01 PDT 2026


c8ef wrote:

This PR builds upon the previous work in https://github.com/llvm/llvm-project/pull/92213. In addition to the original implementation, this PR:

- Addresses all papers and LWG issues related to `std::generator`.
- Resolves all previous review comments (e.g., `[[nodiscard]]` tests, FTM).
- Slightly restructures the header to satisfy C++03 mode.
- Adapts to whether sized allocation is available.

CI is now green, and the PR is ready for review. Please take a look when you have a moment. Thanks!

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


More information about the libcxx-commits mailing list