diff --git a/doc/ref.xml b/doc/ref.xml index b55b5492..a245397d 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -574,7 +574,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) key_type const& - iterator + const_iterator An iterator pointing to an element with key equivalent to k, or b.end() if no such element exists. @@ -1397,7 +1397,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) key_type const& - iterator + const_iterator An iterator pointing to an element with key equivalent to k, or b.end() if no such element exists. @@ -2234,7 +2234,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) key_type const& - iterator + const_iterator An iterator pointing to an element with key equivalent to k, or b.end() if no such element exists. @@ -3106,7 +3106,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) key_type const& - iterator + const_iterator An iterator pointing to an element with key equivalent to k, or b.end() if no such element exists.