mirror of
https://github.com/boostorg/utility.git
synced 2026-05-04 03:40:54 +02:00
Always say "private noncopyable" to avoid warnings.
[SVN r12762]
This commit is contained in:
@@ -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