Skip to content

Commit e958891

Browse files
eisenwavetkoeppe
authored andcommitted
LWG4372 Weaken Mandates: for dynamic padding values in padded layouts
1 parent 8bf7002 commit e958891

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
@@ -23085,6 +23085,7 @@
2308523085
then the size of the multidimensional index space \tcode{Extents()}
2308623086
is representable as a value of type \tcode{index_type}.
2308723087
\item
23088+
If \tcode{padding_value} is not equal to \tcode{dynamic_extent}, then
2308823089
\tcode{padding_value} is representable as a value of type \tcode{index_type}.
2308923090
\item
2309023091
If
@@ -23711,6 +23712,7 @@
2371123712
then the size of the multidimensional index space \tcode{Extents()}
2371223713
is representable as a value of type \tcode{index_type}.
2371323714
\item
23715+
If \tcode{padding_value} is not equal to \tcode{dynamic_extent}, then
2371423716
\tcode{padding_value} is representable as a value of type \tcode{index_type}.
2371523717
\item
2371623718
If

0 commit comments

Comments
 (0)