Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -183,7 +183,7 @@ public:
|
||||
return autoPtr<functionObject>(nullptr);
|
||||
}
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
functionObject(const functionObject&) = delete;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user