We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0f4cf commit ca38e0bCopy full SHA for ca38e0b
source/containers.tex
@@ -21949,9 +21949,9 @@
21949
\mandates
21950
If \tcode{OtherExtents::rank()} is greater than \tcode{1}, then
21951
\begin{codeblock}
21952
-(static-padding-stride== dynamic_extent) ||
+(@\exposid{static-padding-stride}@ == dynamic_extent) ||
21953
(OtherExtents::static_extent(0) == dynamic_extent) ||
21954
-(static-padding-stride== OtherExtents::static_extent(0))
+(@\exposid{static-padding-stride}@ == OtherExtents::static_extent(0))
21955
\end{codeblock}
21956
is \tcode{true}.
21957
0 commit comments