Title
unordered containers begin(n) mistakenly const
Status
cd1
Section
[unord]
Submitter
Robert Klarer

Created on 2008-06-12.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change the synopsis in [unord.map], [unord.multimap], and [unord.multiset]:

local_iterator begin(size_type n) const;
Date: 2008-06-12.00:00:00

In 3 of the four unordered containers the local begin member is mistakenly declared const:

local_iterator begin(size_type n) const;
History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg4052
2008-06-12 00:00:00admincreate