Boost C++ Libraries: Ticket #1408: Missing includes and other compilation errors https://svn.boost.org/trac10/ticket/1408 <p> Hi, </p> <p> I noticed a few errors in xpressive in currrent trunk. The attached patch fixes all issues I found except two: </p> <p> First off all xpressive/proto/v1_/proto_fwd.hpp includes a non existing header file and is completely unusable. All files which include it are unusable as well. </p> <p> There is another error I could not fix: xpressive/proto/transform/construct.hpp: error: default arguments are only permitted for function parameters </p> <p> Other issues I fixed: </p> <ul><li>Missing include statements </li><li>Removed superfluous semicolons which cause a compiler error with g++ option -pedantic </li></ul><p> Jens </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1408 Trac 1.4.3 Eric Niebler Sun, 04 Nov 2007 23:59:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1408#comment:1 https://svn.boost.org/trac10/ticket/1408#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 by <a class="changeset" href="https://svn.boost.org/trac10/changeset/40762" title="remove dead proto v1 code">[40762]</a>, <a class="changeset" href="https://svn.boost.org/trac10/changeset/40763" title="various fixes and missing includes, from Jens Seidel">[40763]</a> and <a class="changeset" href="https://svn.boost.org/trac10/changeset/40764" title="change header include order">[40764]</a>. </p> Ticket