[Boost-bugs] [Boost C++ Libraries] #11744: Preprocessor error ./boost/atomic/detail/int_sizes.hpp:107:55: error: missing binary operator before token "("

Subject: [Boost-bugs] [Boost C++ Libraries] #11744: Preprocessor error ./boost/atomic/detail/int_sizes.hpp:107:55: error: missing binary operator before token "("
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-10-22 13:58:25


#11744: Preprocessor error ./boost/atomic/detail/int_sizes.hpp:107:55: error:
missing binary operator before token "("
-------------------------------------------------+-------------------------
 Reporter: ramanats@… | Owner:
     Type: Bugs | timblechmann
Milestone: To Be Determined | Status: new
  Version: Boost 1.59.0 | Component: atomic
 Keywords: atomic preprocessor missing binary | Severity: Problem
  operator |
-------------------------------------------------+-------------------------
 Trying to compile Boost atomic 1.59 with g++ version 4.1.2, gave me this
 error:

 ./boost/atomic/detail/int_sizes.hpp:107:55: error: missing binary operator
 before token "("
 ./boost/atomic/detail/int_sizes.hpp:137:2: error: #error Boost.Atomic:
 Failed to determine builtin integer sizes, the target platform is not
 supported. Please, report to the developers.

 This is the line it is complaining about:
 #elif (BOOST_ATOMIC_DETAIL_ULLONG_MAX + 0) == UINT64_C(0xffffffffffffffff)

 Is there an issue with the cast.

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