From c38a775b146c0c06c43bd9aa894cb8cdf77b445a Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:22:15 +0100 Subject: [PATCH] [mdspan.layout.left.cons] Fix typo --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 24f9b424ca..09d642b600 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -20760,7 +20760,7 @@ \indexlibraryctor{layout_left::mapping}% \begin{itemdecl} -template +template constexpr explicit(!is_convertible_v) mapping(const layout_right::mapping& other) noexcept; \end{itemdecl}