mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-08 09:30:50 +02:00
553b9713ac
Both make_function_input_iterator(function) and make...(&function) do not depend on function_reference_input_iterator. Actually, passing a function reference as a template argument to function_input_iterator is not supported. Doing so results in compiler errors.