[Boost-bugs] [Boost C++ Libraries] #2973: Boost.Interprocess doesn't compile under AIX

Subject: [Boost-bugs] [Boost C++ Libraries] #2973: Boost.Interprocess doesn't compile under AIX
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-04-28 10:15:02


#2973: Boost.Interprocess doesn't compile under AIX
------------------------------------------------------+---------------------
 Reporter: Etienne PIERRE <e.ti.n.pierre_at_[hidden]> | Owner: igaztanaga
     Type: Patches | Status: new
Milestone: Boost 1.39.0 | Component: interprocess
  Version: Boost 1.38.0 | Severity: Problem
 Keywords: |
------------------------------------------------------+---------------------
 Two things don't work under AIX :
 - detail/os_thread_functions.hpp uses ::pthread_equal but this fails
 because pthread_equal is a macro under AIX and it fails because of the ::
 prefix
 - in detail/atomic.hpp there is no implementation of PowerPC under AIX so
 I added one that uses the combination of __lwarx and __stwcx for each
 function to implement.

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