mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 05:07:21 +02:00
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