Re: [Boost-bugs] [Boost C++ Libraries] #7979: atomic library compilation error on 1.53.0

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-02-05 12:26:57


#7979: atomic library compilation error on 1.53.0
-----------------------------------------------+----------------------------
  Reporter: victor.hiairrassary.ml@… | Owner: timblechmann
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: atomic
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords: atomic compilation error
-----------------------------------------------+----------------------------
Changes (by timblechmann):

  * version: Boost 1.52.0 => Boost 1.53.0

Comment:

 related to #7823, we basically just work around that bug manually.

 victor, i don't have a uclibc toolchain on my system, but can you try to
 change

 {{{
 defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0)
 }}}

 to
 {{{
 defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__)
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7979#comment:1>
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:11 UTC