Opened 7 years ago

Closed 7 years ago

#11352 closed Support Requests (fixed)

boost/thread/poly_lockable.hpp doesn't compile

Reported by: boris@… Owned by: viboes
Milestone: Boost 1.60.0 Component: thread
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

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.)

Change History (6)

comment:1 by viboes, 7 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:1 by viboes, 7 years ago

This has not been delivered yet as not tested nor documented. I will take a look however.

comment:2 by viboes, 7 years ago

Type: BugsSupport Requests

Moved to support request as not documented.

comment:3 by viboes, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0

comment:4 by viboes, 7 years ago

Milestone: Boost 1.59.0Boost 1.60.0
Note: See TracTickets for help on using tickets.