Created on 2008-06-12.00:00:00 last changed 171 months ago
Proposed resolution:
Change the synopsis in [unord.map], [unord.multimap], and [unord.multiset]:
local_iterator begin(size_type n)const;
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:33 | admin | set | messages: + msg4052 |
2008-06-12 00:00:00 | admin | create |