From a70ae49714e61227635edd0adc7efeb7ae379353 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Thu, 16 Apr 2026 21:22:13 +0800 Subject: [PATCH] [mdspan.layout.leftpad.obs, mdspan.layout.rightpad.obs] Fix return type of operator() --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 63cf29baa1..bcd95ead2f 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -23733,7 +23733,7 @@ \begin{itemdecl} template -constexpr size_t operator()(Indices... idxs) const noexcept; +constexpr index_type operator()(Indices... idxs) const noexcept; \end{itemdecl} \begin{itemdescr} @@ -24368,7 +24368,7 @@ \indexlibrarymember{layout_right_padded::mapping}{operator()}% \begin{itemdecl} template -constexpr size_t operator()(Indices... idxs) const noexcept; +constexpr index_type operator()(Indices... idxs) const noexcept; \end{itemdecl} \begin{itemdescr}