Boost C++ Libraries: Ticket #7014: Boost Python Tutorial Introduction (small) error https://svn.boost.org/trac10/ticket/7014 <p> In Tutorial Introduction, section Functions, subsection Default Arguments, it states: </p> <p> <em> write "thin wrappers" int f1(int x) { f(x); } int f2(int x, double y) { f(x,y); } </em></p> <p> Error: returns are missing :) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7014 Trac 1.4.3 Ralf W. Grosse-Kunstleve Mon, 25 Jun 2012 22:10:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7014#comment:1 https://svn.boost.org/trac10/ticket/7014#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> thanks for pointing this out </p> <p> fixed with trunk rev. 79095, release rev. 79096. </p> Ticket