Skip to content

Commit 6f71835

Browse files
committed
[dcl.init.general] Insert comma before "or array thereof".
The comma improves the clarity of the binding of "or array thereof", and was shown in P2996R13, but apparently mistakenly so; it did not exist in the prior wording. But it is clearly important.
1 parent b58eef6 commit 6f71835

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/declarations.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,9 +5120,10 @@
51205120
\end{itemize}
51215121

51225122
If a program calls for the default-initialization of an object of a
5123-
const-qualified type \tcode{T}, \tcode{T} shall be
5124-
\tcode{std::meta::\linebreak info} or a const-default-constructible class type or
5125-
array thereof.
5123+
const-qualified type \tcode{T},
5124+
\tcode{T} shall be \tcode{std::meta::\linebreak info}
5125+
or a const-default-constructible class type,
5126+
or array thereof.
51265127

51275128
\pnum
51285129
To

0 commit comments

Comments
 (0)