Boost C++ Libraries: Ticket #5423: thread issues with C++0x https://svn.boost.org/trac10/ticket/5423 <p> This patch fixes some issues with methods in boost::thread clashing with names in C++0x, in particular try_lock and lock. </p> <p> I did not try to do a full evaluation of every occurrence of these methods (as some are member functions and I had trouble figuring out which was which), so I did the appropriate fixes to make the test-suite pass again. </p> <p> With this patch clang-libc++-0x passes, and clang-libc++, clang and g++ still pass as well as before. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5423 Trac 1.4.3 Chris Jefferson Tue, 05 Apr 2011 15:22:14 GMT attachment set https://svn.boost.org/trac10/ticket/5423 https://svn.boost.org/trac10/ticket/5423 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">thread.patch</span> </li> </ul> <p> Thread patch </p> Ticket viboes Sat, 03 Dec 2011 13:52:04 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/5423#comment:1 https://svn.boost.org/trac10/ticket/5423#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>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.49.0</span> </li> </ul> <p> Committed in trunk revision 75786. </p> Ticket viboes Sat, 07 Jan 2012 22:07:19 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5423#comment:2 https://svn.boost.org/trac10/ticket/5423#comment:2 <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> Committed in release at <a class="missing ticket">#76291</a> </p> Ticket