Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7979: atomic library compilation error on 1.53.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-27 18:36:02
#7979: atomic library compilation error on 1.53.0
-------------------------------------+-------------------------------------
Reporter: | Owner: timblechmann
victor.hiairrassary.ml@⦠| Status: closed
Type: Bugs | Component: atomic
Milestone: To Be Determined | Severity: Problem
Version: Boost 1.53.0 | Keywords: atomic compilation
Resolution: fixed | error
-------------------------------------+-------------------------------------
Comment (by hongli@â¦):
Modifying boost/atomic/atomic.hpp as follows also solves the compilation
problem:
{{{
- || (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) &&
!defined(__UCLIBC__)) \
+ || (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) &&
!defined(__UCLIBC__) && !defined(__GLIBC__)) \
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7979#comment:9> 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:14 UTC