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
4 changes: 2 additions & 2 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23196,7 +23196,7 @@
\item
\tcode{pad} is representable as a value of type \tcode{index_type}.
\item
\tcode{extents_type::index-cast(pad)} is greater than zero.
\tcode{extents_type::\exposid{index-cast}(pad)} is greater than zero.
\item
If \exposid{rank_} is greater than one,
then \tcode{\exposid{LEAST-MULTIPLE-AT-LEAST}(pad, ext.extent(0))}
Expand Down Expand Up @@ -25931,7 +25931,7 @@
\begin{itemdecl}
template<class Extents>
template<class... SliceSpecifiers>
constexpr auto layout_right_padded::mapping<Extents>::submdspan-mapping-impl(
constexpr auto layout_right_padded::mapping<Extents>::@\exposid{submdspan-mapping-impl}@(
SliceSpecifiers... slices) const -> @\seebelow@;
\end{itemdecl}

Expand Down