From b1627fcec139ea42f1a0d95793cc22b3b681b0d1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 1 Dec 2005 13:42:02 +0000 Subject: [PATCH] Fix more links [SVN r31855] --- string/doc/usage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/doc/usage.xml b/string/doc/usage.xml index 6fea60a..6c7261d 100644 --- a/string/doc/usage.xml +++ b/string/doc/usage.xml @@ -206,7 +206,7 @@ As we can see, input of the find_last() algorithm can be also char[] because this type is supported by - Boost.Range. + Boost.Range. The following lines transform the result. Notice that boost::iterator_range has familiar