Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26105,7 +26105,7 @@

\pnum
\constraints
\tcode{sizeof...(SpliceSpecifiers)} equals \tcode{extents_type::rank()}.
\tcode{sizeof...(SliceSpecifiers)} equals \tcode{extents_type::rank()}.

\pnum
\mandates
Expand Down Expand Up @@ -26184,14 +26184,14 @@
\begin{itemize}
\item
for each $k$ in the range \range{0}{SubExtents::rank() - 1},
\tcode{SpliceSpecifiers...[$k$]} denotes \tcode{full_extent_t}; and
\tcode{SliceSpecifiers...[$k$]} denotes \tcode{full_extent_t}; and
\item
for $k$ equal to \tcode{SubExtents::rank() - 1},
\tcode{SpliceSpecifiers...[$k$]} is a unit-stride slice type;
\tcode{SliceSpecifiers...[$k$]} is a unit-stride slice type;
\end{itemize}
\begin{note}
If the above conditions are true,
all \tcode{SpliceSpecifiers...[$k$]} with $k$ larger than \tcode{SubExtents\brk{}::rank\brk{}() - 1}
all \tcode{SliceSpecifiers...[$k$]} with $k$ larger than \tcode{SubExtents\brk{}::rank\brk{}() - 1}
are convertible to \tcode{index_type}.
\end{note}
\item
Expand Down
Loading