Skip to content

Commit b931610

Browse files
lprvtkoeppe
authored andcommitted
[mdspan.layout.{left,right}pad] Fix malformed expression
1 parent 7ba83f9 commit b931610

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
@@ -23445,7 +23445,7 @@
2344523445
\item
2344623446
\tcode{0} if the multidimensional index space \exposid{extents_} is empty,
2344723447
\item
23448-
otherwise, \tcode{*this(((\exposid{extents_}(P_rank) - index_type(1))...)) + 1}.
23448+
otherwise, \tcode{(*this)(\exposid{extents_}.extent(P_rank) - index_type(1)...) + 1}.
2344923449
\end{itemize}
2345023450
\end{itemdescr}
2345123451

@@ -24071,7 +24071,7 @@
2407124071
\pnum
2407224072
\returns
2407324073
\tcode{0} if the multidimensional index space \exposid{extents_} is empty,
24074-
otherwise \tcode{*this(((\exposid{extents_}(P_rank) - index_type(1))...)) + 1}.
24074+
otherwise \tcode{(*this)(\exposid{extents_}.extent(P_rank) - index_type(1)...) + 1}.
2407524075
\end{itemdescr}
2407624076

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

0 commit comments

Comments
 (0)