id summary reporter owner description type status milestone component version severity resolution keywords cc 7194 Error in documentation of make_function_input_iterator gredner@… Dave Abrahams "http://www.boost.org/doc/libs/1_50_0/libs/iterator/doc/function_input_iterator.html The synopsis for make_function_input_iterator is missing the second 'state' argument. Specifically, this: template typename function_input_iterator make_function_input_iterator(Function & f); should be replaced by: template typename function_input_iterator make_function_input_iterator(Function & f, State state);" Bugs closed To Be Determined iterator Boost 1.51.0 Problem fixed