Boost C++ Libraries: Ticket #11352: boost/thread/poly_lockable.hpp doesn't compile https://svn.boost.org/trac10/ticket/11352 <p> The header file boost/thread/poly_lockable.hpp (which can be found here: <a class="ext-link" href="https://github.com/boostorg/thread/blob/master/include/boost/thread/poly_lockable.hpp"><span class="icon">​</span>https://github.com/boostorg/thread/blob/master/include/boost/thread/poly_lockable.hpp</a>) doesn't compile because of this: </p> <p> class basic_poly_lockable { ... }; class poly_lockable : public basic_poly_lockable&lt;Lockable&gt; { ... }; </p> <p> poly_lockable is derived from a template class basic_poly_lockable but basic_poly_lockable isn't a template. </p> <p> Can the header file be removed (at least from the master branch in Git so that it isn't distributed anymore)? </p> <p> (There are other header files in boost/thread starting with poly_. Not sure whether they should be removed, too.) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11352 Trac 1.4.3 viboes Fri, 29 May 2015 05:58:19 GMT owner, status changed https://svn.boost.org/trac10/ticket/11352#comment:1 https://svn.boost.org/trac10/ticket/11352#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> </ul> Ticket viboes Fri, 29 May 2015 05:58:54 GMT <link>https://svn.boost.org/trac10/ticket/11352#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11352#comment:1</guid> <description> <p> This has not been delivered yet as not tested nor documented. I will take a look however. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Fri, 29 May 2015 18:00:39 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/11352#comment:2 https://svn.boost.org/trac10/ticket/11352#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Support Requests</span> </li> </ul> <p> Moved to support request as not documented. </p> Ticket viboes Fri, 29 May 2015 18:03:14 GMT milestone changed https://svn.boost.org/trac10/ticket/11352#comment:3 https://svn.boost.org/trac10/ticket/11352#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> Just fixed the typo, but I have not tested it :( </p> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/7cb5211e256a72116ec2c7c677ef084f6eb2196f"><span class="icon">​</span>https://github.com/boostorg/thread/commit/7cb5211e256a72116ec2c7c677ef084f6eb2196f</a> </p> Ticket viboes Thu, 13 Aug 2015 06:59:37 GMT milestone changed https://svn.boost.org/trac10/ticket/11352#comment:4 https://svn.boost.org/trac10/ticket/11352#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.59.0</span> → <span class="trac-field-new">Boost 1.60.0</span> </li> </ul> Ticket viboes Wed, 02 Sep 2015 18:12:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11352#comment:5 https://svn.boost.org/trac10/ticket/11352#comment:5 <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/a3497e1ffceb14318ff09e339a53293926351057"><span class="icon">​</span>https://github.com/boostorg/thread/commit/a3497e1ffceb14318ff09e339a53293926351057</a> </p> Ticket