[Boost-bugs] [Boost C++ Libraries] #9908: type 'bool' unexpected

Subject: [Boost-bugs] [Boost C++ Libraries] #9908: type 'bool' unexpected
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-15 02:32:05


#9908: type 'bool' unexpected
------------------------------+------------------------
 Reporter: awayne@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: move
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: bool Boolean |
------------------------------+------------------------
 when compling with live555, errors found like this: type 'bool'
 unexpected(line 96 in file move/detail/meta_utils.hpp)
 it's because 'Boolean' is a macro define(as bool) in live555 lib, so
 "bool::value" is unexpected, it's a comflict.
 the solution is changename, just change the typename 'Boolean' to
 'Boolean1' or sth else that's not a comflict

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9908>
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:16 UTC