[libcxx-commits] [libcxx] [libc++] Implement P3168R2: Give optional range support (PR #149441)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 17 01:29:18 PDT 2025
================
@@ -36,6 +36,9 @@ What's New in Libc++ 22.0.0?
==============================
Implemented Papers
+
+- P3168R2: Give ``std::optional`` Range Support (`Github <https://github.com/llvm/llvm-project/issues/105430>`__)
----------------
Zingam wrote:
You should move this line bellow P2321. This breaks the syntax.
https://github.com/llvm/llvm-project/pull/149441
More information about the libcxx-commits
mailing list