Title
Vague text in Table 69
Status
cd1
Section
[associative.reqmts]
Submitter
Martin Sebor

Created on 2001-05-04.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change the text in question to

...The bool component of the returned pair is true if and only if the insertion takes place...

Date: 2001-05-04.00:00:00

Table 69 says this about a_uniq.insert(t):

inserts t if and only if there is no element in the container with key equivalent to the key of t. The bool component of the returned pair indicates whether the insertion takes place and the iterator component of the pair points to the element with key equivalent to the key of t.

The description should be more specific about exactly how the bool component indicates whether the insertion takes place.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2212
2001-05-04 00:00:00admincreate