Skip to content

Commit

Permalink
Fix incorrect comment in discussion of 4123
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Dec 6, 2024
1 parent ac5ac45 commit 3ab94c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xml/issue4123.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ is exactly equal to the number of elements inserted.
</blockquote>
In addition to incorrectly talking about "the copy constructor or move
constructor", it should not should not talk about any "call to a constructor"
because scalars and aggregates do not have constructors at all.
We should talk about calls to `allocator_traits::construct` not constructors.
because scalars do not have constructors at all.
We should talk about calls to `allocator_traits::construct` not constructors,
or objects being constructed.
</p>
<p>
Similarly, p5 says:
Expand Down

0 comments on commit 3ab94c5

Please sign in to comment.