Boost C++ Libraries: Ticket #6168: recursive_mutex is using wrong config symbol (possible typo) https://svn.boost.org/trac10/ticket/6168 <p> in /trunk/boost/thread/pthread/recursive_mutex.hpp the config symbol BOOST_PTHREAD_HAS_MUTEXATTR_SETTYPE is used. However, in /trunk/boost/config/* and especially /trunk/boost/config/posix_features.hpp only the symbol BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE is defined. May be just a typo. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6168 Trac 1.4.3 Jan Vogelgesang <jan.vogelgesang@…> Wed, 23 Nov 2011 13:39:48 GMT attachment set https://svn.boost.org/trac10/ticket/6168 https://svn.boost.org/trac10/ticket/6168 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">recursive_mutex_settype_config_symbol.patch</span> </li> </ul> <p> patch changing the config symbols in thread/pthread/recusive_mutex.hpp </p> Ticket viboes Fri, 02 Dec 2011 20:56:29 GMT owner, status changed; cc set https://svn.boost.org/trac10/ticket/6168#comment:1 https://svn.boost.org/trac10/ticket/6168#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> <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> </ul> Ticket viboes Sat, 03 Dec 2011 10:04:29 GMT milestone changed; keywords set https://svn.boost.org/trac10/ticket/6168#comment:2 https://svn.boost.org/trac10/ticket/6168#comment:2 <ul> <li><strong>keywords</strong> ToBeMerged added </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 75780. </p> <p> Anthony, please close it after merging to release. </p> Ticket viboes Sat, 07 Jan 2012 22:53:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6168#comment:3 https://svn.boost.org/trac10/ticket/6168#comment:3 <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