Opened 8 years ago

Closed 5 years ago

#10431 closed Bugs (fixed)

noncopyable web documentation.

Reported by: anonymous Owned by: Peter Dimov
Milestone: To Be Determined Component: core
Version: Boost 1.56.0 Severity: Problem
Keywords: Cc:

Description

http://www.boost.org/doc/libs/1_56_0/libs/core/doc/html/core/noncopyable.html

1) Should:

The header <boost/noncopyable.hpp> defines the class boost::noncopyable.

instead be:

The header <boost/core/noncopyable.hpp> defines the class boost::noncopyable.

2) The following:

It is intended to be used as a private base.

should instead be:

It is intended to be used as a private base class.

Change History (1)

comment:1 by Andrey Semashev, 5 years ago

Component: utilitycore
Owner: changed from No-Maintainer to Peter Dimov
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.