Boost C++ Libraries: Ticket #4748: mingw compile error causes tests to fail https://svn.boost.org/trac10/ticket/4748 <p> Many mingw tests fail with this compile error: </p> <pre class="wiki">boost/serialization/collection_size_type.hpp:60: error: extra ';' </pre><p> Removing the semicolon at the end of that line fixes it. There must be a semicolon in the macro definition. </p> <p> One expects the compiler to accept multiple semicolons, as empty statements are allowed. That applies to functions (being executed), but seems not to be the case for declarations. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4748 Trac 1.4.3 Bryce Adelstein Lelbach Mon, 18 Oct 2010 00:35:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4748#comment:1 https://svn.boost.org/trac10/ticket/4748#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> I fixed this last night (commit 66033). This should be fixed now. </p> Ticket