mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-30 04:27:16 +02:00
simple_finder example fixed
[SVN r46460]
This commit is contained in:
@ -102,7 +102,7 @@
|
|||||||
struct simple_finder
|
struct simple_finder
|
||||||
{
|
{
|
||||||
template<typename ForwardIteratorT>
|
template<typename ForwardIteratorT>
|
||||||
boost::iterator_range<ForwardIterator> operator()(
|
boost::iterator_range<ForwardIteratorT> operator()(
|
||||||
ForwardIteratorT Begin,
|
ForwardIteratorT Begin,
|
||||||
ForwardIteratorT End )
|
ForwardIteratorT End )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user