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 , 5 years ago
Component: | utility → core |
---|---|
Owner: | changed from | to
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done in https://github.com/boostorg/core/commit/36f60e47ad04be485160b61523b4ad76ec16b768.