Commit 76c6705b by Paolo Carlini Committed by Paolo Carlini

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
parent 8b5f07a2
2005-08-29 Paolo Carlini <pcarlini@suse.de> 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]) PR libstdc++/23578 (DR 464 [Ready])
* include/bits/stl_map.h (class map): Add at(const key_type&) * include/bits/stl_map.h (class map): Add at(const key_type&)
member functions. member functions.
......
...@@ -355,7 +355,7 @@ namespace _GLIBCXX_STD ...@@ -355,7 +355,7 @@ namespace _GLIBCXX_STD
* @brief Access to %map data. * @brief Access to %map data.
* @param k The key for which data should be retrieved. * @param k The key for which data should be retrieved.
* @return A reference to the data whose key is equivalent to k, if * @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. * @throw std::out_of_range If no such data is present.
*/ */
mapped_type& mapped_type&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment