Skip to content

Commit 8012b14

Browse files
[mdspan.sub.map.common, mdspan.sub.map.left] Fix SpliceSpecifiers -> SliceSpecifiers
1 parent 92b3a22 commit 8012b14

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26105,7 +26105,7 @@
2610526105

2610626106
\pnum
2610726107
\constraints
26108-
\tcode{sizeof...(SpliceSpecifiers)} equals \tcode{extents_type::rank()}.
26108+
\tcode{sizeof...(SliceSpecifiers)} equals \tcode{extents_type::rank()}.
2610926109

2611026110
\pnum
2611126111
\mandates
@@ -26184,14 +26184,14 @@
2618426184
\begin{itemize}
2618526185
\item
2618626186
for each $k$ in the range \range{0}{SubExtents::rank() - 1},
26187-
\tcode{SpliceSpecifiers...[$k$]} denotes \tcode{full_extent_t}; and
26187+
\tcode{SliceSpecifiers...[$k$]} denotes \tcode{full_extent_t}; and
2618826188
\item
2618926189
for $k$ equal to \tcode{SubExtents::rank() - 1},
26190-
\tcode{SpliceSpecifiers...[$k$]} is a unit-stride slice type;
26190+
\tcode{SliceSpecifiers...[$k$]} is a unit-stride slice type;
2619126191
\end{itemize}
2619226192
\begin{note}
2619326193
If the above conditions are true,
26194-
all \tcode{SpliceSpecifiers...[$k$]} with $k$ larger than \tcode{SubExtents\brk{}::rank\brk{}() - 1}
26194+
all \tcode{SliceSpecifiers...[$k$]} with $k$ larger than \tcode{SubExtents\brk{}::rank\brk{}() - 1}
2619526195
are convertible to \tcode{index_type}.
2619626196
\end{note}
2619726197
\item

0 commit comments

Comments
 (0)