Boost C++ Libraries: Ticket #1797: function_traits documentation errors https://svn.boost.org/trac10/ticket/1797 <ul><li>In the Function Traits Members table, 1st column. </li></ul><p> It is written function_traits&lt;T&gt; when it should be function_traits&lt;F&gt;, because the Description column refers to an F argument. </p> <ul><li>In the examples table, 2nd row from the bottom. </li></ul><p> It is written: A compiler error: there is no arg4_type since there are only three arguments. It should be arg5_type and 'there are only four arguments' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1797 Trac 1.4.3 John Maddock Wed, 09 Apr 2008 15:21:50 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1797#comment:1 https://svn.boost.org/trac10/ticket/1797#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> Fixed in revision <a class="missing ticket">#44126</a>. </p> Ticket