Boost C++ Libraries: Ticket #4347: out-of-date workarounds for Sun Studio compilers https://svn.boost.org/trac10/ticket/4347 <p> In boost/thread, header locks.hpp has a workaround for Sun compilers that is no longer appropriate, and prevents the the thread library from working. Diffs attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4347 Trac 1.4.3 Stephen Clamage <stephen.clamage@…> Tue, 15 Jun 2010 23:17:11 GMT attachment set https://svn.boost.org/trac10/ticket/4347 https://svn.boost.org/trac10/ticket/4347 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">locks.diff</span> </li> </ul> <p> diffs for boost/thread/locks.hpp </p> Ticket Steven Watanabe Wed, 16 Jun 2010 02:38:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4347#comment:1 https://svn.boost.org/trac10/ticket/4347#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> This has already been fixed in the trunk in <a class="changeset" href="https://svn.boost.org/trac10/changeset/62719" title="Only apply Sunpro workarounds for older compilers. Fix for issue #4071 ">[62719]</a>. Duplicates <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4071" title="#4071: Patches: unique_lock fails with recent Sun Studio compilers (closed: fixed)">#4071</a>. </p> Ticket