Boost C++ Libraries: Ticket #13019: ABI compatibility for BOOST_THREAD_PROVIDES_INTERRUPTIONS incomplete https://svn.boost.org/trac10/ticket/13019 <p> 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. </p> <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13019 Trac 1.4.3 David Linden <david.linden@…> Tue, 09 May 2017 16:21:09 GMT attachment set https://svn.boost.org/trac10/ticket/13019 https://svn.boost.org/trac10/ticket/13019 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost.01.interrupt-abi.patch</span> </li> </ul> Ticket viboes Sun, 04 Jun 2017 22:42:13 GMT owner, status, component changed https://svn.boost.org/trac10/ticket/13019#comment:1 https://svn.boost.org/trac10/ticket/13019#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>component</strong> <span class="trac-field-old">threads</span> → <span class="trac-field-new">thread</span> </li> </ul> <p> please, use thread instead of threads as component next time. </p> Ticket viboes Tue, 22 Aug 2017 21:45:31 GMT milestone changed https://svn.boost.org/trac10/ticket/13019#comment:2 https://svn.boost.org/trac10/ticket/13019#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.66.0</span> </li> </ul> Ticket viboes Tue, 22 Aug 2017 22:34:50 GMT <link>https://svn.boost.org/trac10/ticket/13019#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/13019#comment:3</guid> <description> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/f27a2921daae9ffc681054109ecff604ecf63cc4"><span class="icon">​</span>https://github.com/boostorg/thread/commit/f27a2921daae9ffc681054109ecff604ecf63cc4</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 26 Aug 2017 09:45:47 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/13019#comment:4 https://svn.boost.org/trac10/ticket/13019#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/a02f0ec577644ca45cdca20e91cd8cd82e6c2017"><span class="icon">​</span>https://github.com/boostorg/thread/commit/a02f0ec577644ca45cdca20e91cd8cd82e6c2017</a> </p> Ticket