[Boost-bugs] [Boost C++ Libraries] #13019: ABI compatibility for BOOST_THREAD_PROVIDES_INTERRUPTIONS incomplete

Subject: [Boost-bugs] [Boost C++ Libraries] #13019: ABI compatibility for BOOST_THREAD_PROVIDES_INTERRUPTIONS incomplete
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-05-09 16:18:54


#13019: ABI compatibility for BOOST_THREAD_PROVIDES_INTERRUPTIONS incomplete
-------------------------------------------+----------------------
 Reporter: David Linden <david.linden@…> | Owner: anthonyw
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: threads
  Version: Boost 1.59.0 | Severity: Problem
 Keywords: ABI compatibility |
-------------------------------------------+----------------------
 Several places in boost include data members even if
 BOOST_THREAD_PROVIDES_INTERRUPTIONS is not defined, in order to provide
 ABI compatibility for applications that choose to use the feature or not.
 This ABI compatibility is missing for condition variables.

 The attached patch is humbly submitted for your review. I tried to follow
 the convention in other places of BOOST_THREAD_PROVIDES_INTERRUPTIONS
 where the #if defined is present, but commented out.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/13019>
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-05-09 16:23:27 UTC