[libcxx-commits] [libcxx] [libc++] P2389R2: `dextents` Index Type Parameter (PR #97393)
Damien L-G via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 3 19:41:09 PDT 2024
================
@@ -53,6 +53,7 @@ Implemented Papers
- P2713R1 - Escaping improvements in ``std::format``
- P2231R1 - Missing ``constexpr`` in ``std::optional`` and ``std::variant``
- P0019R8 - ``std::atomic_ref``
+- P2389R2 - ``dextents`` Index Type Parameter
----------------
dalg24 wrote:
Should we depart from the paper name to say "alias template dims for the extents of a mdspan" or such?
I don't know what is the common practice but I find the actual paper title not so descriptive.
https://github.com/llvm/llvm-project/pull/97393
More information about the libcxx-commits
mailing list