From 7b6e4fc80ef77041a14cc5c678c2227858928108 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Wed, 22 Apr 2026 21:58:37 +0800 Subject: [PATCH] [mdspan.sub.helpers] Add missing \exposid and use \exposconcept --- source/containers.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 571b56d00d..db7c6a96e5 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -25919,9 +25919,9 @@ .extent = @\exposid{canonical-index}@(std::move(s.offset)), .stride = @\exposid{canonical-index}@(std::move(s.stride)) }; -} else if constexpr (@\exposid{is-range-slice}@) { - auto c_first = canonical-index(std::move(s.first)); - auto c_last = canonical-index(std::move(s.last)); +} else if constexpr (@\exposconcept{is-range-slice}@) { + auto c_first = @\exposid{canonical-index}@(std::move(s.first)); + auto c_last = @\exposid{canonical-index}@(std::move(s.last)); return @\exposid{canonical-slice-range}@( c_first, @\exposid{canonical-index}@(c_last - c_first),