Boost C++ Libraries: Ticket #7194: Error in documentation of make_function_input_iterator https://svn.boost.org/trac10/ticket/7194 <p> <a href="http://www.boost.org/doc/libs/1_50_0/libs/iterator/doc/function_input_iterator.html">http://www.boost.org/doc/libs/1_50_0/libs/iterator/doc/function_input_iterator.html</a> </p> <p> The synopsis for make_function_input_iterator is missing the second 'state' argument. Specifically, this: </p> <p> template &lt;class Function, class State&gt; typename function_input_iterator&lt;Function, State&gt; make_function_input_iterator(Function &amp; f); </p> <p> should be replaced by: </p> <p> template &lt;class Function, class State&gt; typename function_input_iterator&lt;Function, State&gt; make_function_input_iterator(Function &amp; f, State state); </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7194 Trac 1.4.3 jeffrey.hellrung Sun, 09 Sep 2012 15:33:16 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7194#comment:1 https://svn.boost.org/trac10/ticket/7194#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80467" title="fix #5825; fix #7194">[80467]</a>) fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5825" title="#5825: Bugs: constructing function_input_iterator without consuming an item (closed: fixed)">#5825</a>; fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7194" title="#7194: Bugs: Error in documentation of make_function_input_iterator (closed: fixed)">#7194</a> </p> Ticket