Skip to content

Commit 3ab94c5

Browse files
committed
Fix incorrect comment in discussion of 4123
1 parent ac5ac45 commit 3ab94c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xml/issue4123.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ is exactly equal to the number of elements inserted.
6161
</blockquote>
6262
In addition to incorrectly talking about "the copy constructor or move
6363
constructor", it should not should not talk about any "call to a constructor"
64-
because scalars and aggregates do not have constructors at all.
65-
We should talk about calls to `allocator_traits::construct` not constructors.
64+
because scalars do not have constructors at all.
65+
We should talk about calls to `allocator_traits::construct` not constructors,
66+
or objects being constructed.
6667
</p>
6768
<p>
6869
Similarly, p5 says:

0 commit comments

Comments
 (0)