From 3bd5738d895c8265cfd2f1f611dbdb7a6a37cf1e Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Tue, 7 Apr 2026 23:23:43 +0800 Subject: [PATCH] [mdspan.mdspan.overview] Simplify dextents to dims Does this improve readability? --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 89f3bca5fe..fb6ad0f7c0 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -25017,11 +25017,11 @@ template mdspan(ElementType*, span) - -> mdspan>; + -> mdspan>; template mdspan(ElementType*, const array&) - -> mdspan>; + -> mdspan>; template mdspan(ElementType*, const extents&)