From 40d27ae3b898811f3e2b2cfc9256815abbeba9e4 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Wed, 22 Apr 2026 21:46:07 +0800 Subject: [PATCH] [mdspan.syn, mdspan.sub.range.slices] Remove redundant std --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 571b56d00d..027094ffc5 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -21275,7 +21275,7 @@ // \ref{mdspan.sub}, \tcode{submdspan} creation template struct extent_slice; - template> + template> struct range_slice; template @@ -25732,7 +25732,7 @@ [[no_unique_address]] stride_type stride{}; }; - template> + template> struct range_slice { [[no_unique_address]] FirstType first{}; [[no_unique_address]] LastType last{};