From 493f905598f6822f71175590c2cc46243418269c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 15 Dec 2009 22:53:08 +0000 Subject: [PATCH] Fix the return type of find in the unordered reference documentation. [SVN r58404] --- doc/ref.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.