
3 Aug
2012
3 Aug
'12
11:53 p.m.
On Thu, Aug 2, 2012 at 10:14 AM, Gabriel Redner <gredner@gmail.com> wrote:
In the boost::iterator documentation [1], the synopsis for make_function_input_iterator is missing the second 'state' argument. Specifically, this:
template <class Function, class State> typename function_input_iterator<Function, State> make_function_input_iterator(Function & f);
should be replaced by:
template <class Function, class State> typename function_input_iterator<Function, State> make_function_input_iterator(Function & f, State state);
Thanks for the report; please file a trac ticket (if it's not already in the database). - Jeff