Always say "private noncopyable" to avoid warnings.

[SVN r12762]
This commit is contained in:
Darin Adler
2002-02-08 20:08:15 +00:00
parent 2a2f10fddd
commit 7add76dae8

View File

@ -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();