Skip to content

Commit ca38e0b

Browse files
hewillktkoeppe
authored andcommitted
[mdspan.layout.leftpad.cons] Add \exposid for static-padding-stride
1 parent 3c0f4cf commit ca38e0b

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
@@ -21949,9 +21949,9 @@
2194921949
\mandates
2195021950
If \tcode{OtherExtents::rank()} is greater than \tcode{1}, then
2195121951
\begin{codeblock}
21952-
(static-padding-stride== dynamic_extent) ||
21952+
(@\exposid{static-padding-stride}@ == dynamic_extent) ||
2195321953
(OtherExtents::static_extent(0) == dynamic_extent) ||
21954-
(static-padding-stride== OtherExtents::static_extent(0))
21954+
(@\exposid{static-padding-stride}@ == OtherExtents::static_extent(0))
2195521955
\end{codeblock}
2195621956
is \tcode{true}.
2195721957

0 commit comments

Comments
 (0)