STYLE: consistency updates

This commit is contained in:
Andrew Heather
2016-09-27 15:17:55 +01:00
parent 89d9fd1550
commit 3dbd39146c
242 changed files with 1933 additions and 1933 deletions

View File

@ -139,10 +139,10 @@ class functionObject
// Private Member Functions
//- Disallow default bitwise copy construct
functionObject(const functionObject&);
functionObject(const functionObject&) = delete;
//- Disallow default bitwise assignment
void operator=(const functionObject&);
void operator=(const functionObject&) = delete;
public: