forked from boostorg/type_traits
Always say "private noncopyable" to avoid warnings.
[SVN r12762]
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user