This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++11 status.
2007. Incorrect specification of return value formap<>::at()
Section: 23.4.3.3 [map.access] Status: C++11 Submitter: Matt Austern Opened: 2010-11-01 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [map.access].
View all issues with C++11 status.
Discussion:
In [map.access]/9, the Returns clause for map<Key, T>::at(x)
says that it returns "a reference to the element whose key is equivalent to x
." That can't be right. The signature for at()
says that its return type is T
, but the elements of map<Key, T>
have type pair<const K, T>
. (I checked [unord.map.elem] and found that its specification of at()
is correct. This is a problem for map
only.)
Proposed resolution:
Change the wording in [map.access]/9 so it's identical to what we already say for operator[]
, which is unambiguous and correct.
Returns: A reference to the element whose key is equivalent
mapped_type
corresponding tox
in*this
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4