Skip to content

Commit 2ca745d

Browse files
committed
LWG4372 Weaken Mandates: for dynamic padding values in padded layouts
1 parent b86875a commit 2ca745d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/containers.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23084,6 +23084,7 @@
2308423084
then the size of the multidimensional index space \tcode{Extents()}
2308523085
is representable as a value of type \tcode{index_type}.
2308623086
\item
23087+
If \tcode{padding_value} is not equal to \tcode{dynamic_extent}, then
2308723088
\tcode{padding_value} is representable as a value of type \tcode{index_type}.
2308823089
\item
2308923090
If
@@ -23710,6 +23711,7 @@
2371023711
then the size of the multidimensional index space \tcode{Extents()}
2371123712
is representable as a value of type \tcode{index_type}.
2371223713
\item
23714+
If \tcode{padding_value} is not equal to \tcode{dynamic_extent}, then
2371323715
\tcode{padding_value} is representable as a value of type \tcode{index_type}.
2371423716
\item
2371523717
If

0 commit comments

Comments
 (0)