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

Jakub Mazurkiewicz via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 12:26:04 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
----------------
JMazurkiewicz wrote:

I don't think that this is good idea, `iterator_concept` has no meaning before C++20.

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


More information about the libcxx-commits mailing list