[Boost-bugs] [Boost C++ Libraries] #4748: mingw compile error causes tests to fail

Subject: [Boost-bugs] [Boost C++ Libraries] #4748: mingw compile error causes tests to fail
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-18 00:29:24


#4748: mingw compile error causes tests to fail
----------------------------------------+-----------------------------------
 Reporter: Jim Bell <jim@…> | Owner: ramey
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: mingw |
----------------------------------------+-----------------------------------
 Many mingw tests fail with this compile error:
 {{{
 boost/serialization/collection_size_type.hpp:60: error: extra ';'
 }}}

 Removing the semicolon at the end of that line fixes it. There must be a
 semicolon in the macro definition.

 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4748>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC