[libcxx-commits] [libcxx] [libc++] P2770R0: "Stashing stashing iterators for proper flattening" (PR #66033)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 09:21:24 PDT 2023


================
@@ -6407,6 +6409,9 @@ public:
     typedef const value_type*                     pointer;
     typedef const value_type&                     reference;
     typedef forward_iterator_tag                  iterator_category;
+#if _LIBCPP_STD_VER >= 20
----------------
EricWF wrote:

I would just expose these in all dialects. But I'll defer to @ldionne on that.

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


More information about the libcxx-commits mailing list