mirror of
https://github.com/boostorg/core.git
synced 2025-09-26 17:21:02 +02:00
Always say "private noncopyable" to avoid warnings.
[SVN r12762]
This commit is contained in:
committed by
Andrey Semashev
parent
50f6e3b081
commit
af68d7cde5
@@ -20,7 +20,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
class DontTreadOnMe : boost::noncopyable
|
||||
class DontTreadOnMe : private boost::noncopyable
|
||||
{
|
||||
public:
|
||||
DontTreadOnMe() { std::cout << "defanged!" << std::endl; }
|
||||
|
Reference in New Issue
Block a user