mirror of
https://github.com/boostorg/utility.git
synced 2026-05-05 04:04:12 +02:00
Always say "private noncopyable" to avoid warnings.
[SVN r12762]
This commit is contained in:
@@ -57,7 +57,7 @@ struct object_id_compare
|
||||
// A singleton of this type coordinates the acknowledgements
|
||||
// of objects being created and used.
|
||||
class object_registrar
|
||||
: boost::noncopyable
|
||||
: private boost::noncopyable
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user