We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5ac45 commit 3ab94c5Copy full SHA for 3ab94c5
xml/issue4123.xml
@@ -61,8 +61,9 @@ is exactly equal to the number of elements inserted.
61
</blockquote>
62
In addition to incorrectly talking about "the copy constructor or move
63
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.
+because scalars do not have constructors at all.
+We should talk about calls to `allocator_traits::construct` not constructors,
66
+or objects being constructed.
67
</p>
68
<p>
69
Similarly, p5 says:
0 commit comments