[libcxx-commits] [libcxx] [libc++] P2770R0: "Stashing stashing iterators for proper flattening" (PR #66033)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 14 07:29:14 PDT 2023
================
@@ -0,0 +1,39 @@
+// -*- C++ -*-
----------------
ldionne wrote:
As a general guideline, we try not to add headers with generic names like `helpers.h`. If this utility is needed and it is needed relatively widely, it should be in something like `__utility/as_lvalue.h`. Otherwise it could just live in `join_view.h`.
https://github.com/llvm/llvm-project/pull/66033
More information about the libcxx-commits
mailing list