Corrected documentation comment for disabled copy constructors
This commit is contained in:
@ -83,7 +83,7 @@ public:
|
||||
const dictionary&
|
||||
);
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- Disallow default bitwise copy construction
|
||||
${typeName}FunctionObject(const ${typeName}FunctionObject&) = delete;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user