Boost C++ Libraries: Ticket #9456: BOOST_SPIRIT_THREADSAFE not working well when BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS is defined https://svn.boost.org/trac10/ticket/9456 <p> BOOST_SPIRIT_THREADSAFE uses boost::mutex::scoped_lock typedef which is not accessible when BOOST_THREAD_DONT_PROVIDE_NESTED_LOCKS is defined (this macro is defined when BOOST_THREAD_VERSION is set to 4).<br /> Also Boost Wave library fails to compile due to dependence on Spirit.<br /> I suggest to replace scoped_lock typedefs with explicit boost::unique_lock usage.<br /> Best regards, Maksim. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9456 Trac 1.4.3 anonymous Mon, 02 Dec 2013 15:34:55 GMT attachment set https://svn.boost.org/trac10/ticket/9456 https://svn.boost.org/trac10/ticket/9456 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">impl.patch</span> </li> </ul> Ticket anonymous Tue, 07 Jul 2015 13:22:16 GMT <link>https://svn.boost.org/trac10/ticket/9456#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9456#comment:1</guid> <description> <p> The issue still exists in Boost 1.58.0 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Tue, 07 Jul 2015 13:44:27 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9456#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9456#comment:2</guid> <description> <p> Could you do a pull request instead? </p> <p> <a class="ext-link" href="https://github.com/boostorg/spirit/tree/develop"><span class="icon">​</span>https://github.com/boostorg/spirit/tree/develop</a> </p> <p> Thanks! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Sat, 11 Jul 2015 00:11:49 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9456#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9456#comment:3</guid> <description> <p> Yes please! :) Thanks! </p> </description> <category>Ticket</category> </item> <item> <author>myasnikovmaksim@…</author> <pubDate>Mon, 13 Jul 2015 22:36:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9456#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9456#comment:4</guid> <description> <p> <a class="ext-link" href="https://github.com/boostorg/spirit/pull/139"><span class="icon">​</span>https://github.com/boostorg/spirit/pull/139</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Fri, 15 Dec 2017 00:05:24 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9456#comment:5 https://svn.boost.org/trac10/ticket/9456#comment:5 <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">fixed</span> </li> </ul> Ticket