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
|
||||
// destruction is actually instantiated.
|
||||
|
||||
class example : boost::noncopyable
|
||||
class example : private boost::noncopyable
|
||||
{
|
||||
public:
|
||||
example();
|
||||
|
Reference in New Issue
Block a user