Skip to content

Commit 8bf4df7

Browse files
committed
[mdspan.layout.{left,right}pad] Fix malformed expression
1 parent 930b8f9 commit 8bf4df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22176,7 +22176,7 @@
2217622176
\item
2217722177
\tcode{0} if the multidimensional index space \exposid{extents_} is empty,
2217822178
\item
22179-
otherwise, \tcode{*this(((\exposid{extents_}(P_rank) - index_type(1))...)) + 1}.
22179+
otherwise, \tcode{(*this)(\exposid{extents_}.extent(P_rank) - index_type(1)...) + 1}.
2218022180
\end{itemize}
2218122181
\end{itemdescr}
2218222182

@@ -22802,7 +22802,7 @@
2280222802
\pnum
2280322803
\returns
2280422804
\tcode{0} if the multidimensional index space \exposid{extents_} is empty,
22805-
otherwise \tcode{*this(((\exposid{extents_}(P_rank) - index_type(1))...)) + 1}.
22805+
otherwise \tcode{(*this)(\exposid{extents_}.extent(P_rank) - index_type(1)...) + 1}.
2280622806
\end{itemdescr}
2280722807

2280822808
\indexlibrarymember{layout_right_padded::mapping}{operator()}%

0 commit comments

Comments
 (0)