Subject: [Boost-bugs] [Boost C++ Libraries] #11352: boost/thread/poly_lockable.hpp doesn't compile
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-05-27 11:59:08
#11352: boost/thread/poly_lockable.hpp doesn't compile
------------------------------+----------------------
Reporter: boris@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.57.0 | Severity: Problem
Keywords: |
------------------------------+----------------------
The header file boost/thread/poly_lockable.hpp (which can be found here:
https://github.com/boostorg/thread/blob/master/include/boost/thread/poly_lockable.hpp)
doesn't compile because of this:
class basic_poly_lockable { ... };
class poly_lockable : public basic_poly_lockable<Lockable> { ... };
poly_lockable is derived from a template class basic_poly_lockable but
basic_poly_lockable isn't a template.
Can the header file be removed (at least from the master branch in Git so
that it isn't distributed anymore)?
(There are other header files in boost/thread starting with poly_. Not
sure whether they should be removed, too.)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11352> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC