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

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 20 15:55:38 PST 2024


================
@@ -8,7 +8,12 @@
 //===----------------------------------------------------------------------===//
 
 export namespace std {
-#if 0
+#if _LIBCPP_STD_VER >= 23
----------------
love1angel wrote:

this should also Close #105263 

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


More information about the libcxx-commits mailing list