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 c3b4b469a5
commit 1afdc58d44

View File

@ -361,7 +361,7 @@ struct int_convertible
// used to verify that is_empty does not emit
// spurious warnings or errors.
//
struct non_empty : boost::noncopyable
struct non_empty : private boost::noncopyable
{
int i;
};