[Boost-bugs] [Boost C++ Libraries] #1761: StringAlgo: Error in an example

Subject: [Boost-bugs] [Boost C++ Libraries] #1761: StringAlgo: Error in an example
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-03 16:00:48


#1761: StringAlgo: Error in an example
------------------------------------------------+---------------------------
 Reporter: bruno dot lalande at gmail dot com | Owner: pavol_droba
     Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: string_algo
  Version: Boost 1.35.0 | Severity: Problem
 Keywords: |
------------------------------------------------+---------------------------
 In:

 http://www.boost.org/doc/libs/1_35_0/doc/html/string_algo/concept.html

 The simple_finder can't compile because the template parameter
 ForwardIteratorT is used under the name ForwardIterator in this line:

 boost::iterator_range<ForwardIterator> operator()(

 must be replaced by

 boost::iterator_range<ForwardIteratorT> operator()(

 Bruno

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1761>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC