stl_map.h (class map): Add missing % in comment.
2005-08-29 Paolo Carlini <pcarlini@suse.de> * include/bits/stl_map.h (class map): Add missing % in comment. From-SVN: r103610
This commit is contained in:
parent
8b5f07a224
commit
76c6705ba8
@ -1,3 +1,7 @@
|
||||
2005-08-29 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/stl_map.h (class map): Add missing % in comment.
|
||||
|
||||
2005-08-29 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/23578 (DR 464 [Ready])
|
||||
|
@ -355,7 +355,7 @@ namespace _GLIBCXX_STD
|
||||
* @brief Access to %map data.
|
||||
* @param k The key for which data should be retrieved.
|
||||
* @return A reference to the data whose key is equivalent to k, if
|
||||
* such a data is present in the map.
|
||||
* such a data is present in the %map.
|
||||
* @throw std::out_of_range If no such data is present.
|
||||
*/
|
||||
mapped_type&
|
||||
|
Loading…
x
Reference in New Issue
Block a user