mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Minor docs fixes, Trac ticket 10431.
This commit is contained in:
parent
a88bbcc8ba
commit
36f60e47ad
@ -18,9 +18,9 @@
|
||||
|
||||
[section Header <boost/core/noncopyable.hpp>]
|
||||
|
||||
The header `<boost/noncopyable.hpp>` defines the class
|
||||
The header `<boost/core/noncopyable.hpp>` defines the class
|
||||
`boost::noncopyable`. It is intended to be used as a private
|
||||
base. `boost::noncopyable` has private (under C++03) or
|
||||
base class. `boost::noncopyable` has private (under C++03) or
|
||||
deleted (under C++11) copy constructor and a copy assignment
|
||||
operator and can't be copied or assigned; a class that derives
|
||||
from it inherits these properties.
|
||||
|
Loading…
x
Reference in New Issue
Block a user