forked from boostorg/smart_ptr
Always say "private noncopyable" to avoid warnings.
[SVN r12762]
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
// is complete where it counts - in the inplementation translation unit where
|
// is complete where it counts - in the inplementation translation unit where
|
||||||
// destruction is actually instantiated.
|
// destruction is actually instantiated.
|
||||||
|
|
||||||
class example : boost::noncopyable
|
class example : private boost::noncopyable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
example();
|
example();
|
||||||
|
Reference in New Issue
Block a user