Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -98,7 +98,7 @@ public:
|
||||
//- Copy constructor
|
||||
CLASSNAME(const CLASSNAME<TemplateArgument>&);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
CLASSNAME(const CLASSNAME<TemplateArgument>&) = delete;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user