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{};