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

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 14 18:28:00 PDT 2023


================
@@ -0,0 +1,39 @@
+// -*- C++ -*-
----------------
frederick-vs-ja wrote:

> Otherwise it could just live in `join_view.h`.

Hmm, according to the paper, _`as-lvalue`_ should be shared between `join_view` and `join_with_view`, and thus it deseves a separated internal header.

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


More information about the libcxx-commits mailing list