diff --git a/xml/issue4123.xml b/xml/issue4123.xml index 949db01ce1..f92f873824 100644 --- a/xml/issue4123.xml +++ b/xml/issue4123.xml @@ -61,8 +61,9 @@ is exactly equal to the number of elements inserted. 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.

Similarly, p5 says: