$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: droba_at_[hidden]
Date: 2008-06-17 17:13:26
Author: pavol_droba
Date: 2008-06-17 17:13:25 EDT (Tue, 17 Jun 2008)
New Revision: 46460
URL: http://svn.boost.org/trac/boost/changeset/46460
Log:
simple_finder example fixed
Text files modified:
trunk/libs/algorithm/string/doc/concept.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/algorithm/string/doc/concept.xml
==============================================================================
--- trunk/libs/algorithm/string/doc/concept.xml (original)
+++ trunk/libs/algorithm/string/doc/concept.xml 2008-06-17 17:13:25 EDT (Tue, 17 Jun 2008)
@@ -102,7 +102,7 @@
struct simple_finder
{
template<typename ForwardIteratorT>
- boost::iterator_range<ForwardIterator> operator()(
+ boost::iterator_range<ForwardIteratorT> operator()(
ForwardIteratorT Begin,
ForwardIteratorT End )
{