mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/develop' into develop-pre-release
This commit is contained in:
@ -256,7 +256,7 @@ public:
|
||||
|
||||
// Housekeeping
|
||||
|
||||
//- Disallow assignment from plain pointer
|
||||
//- No copy assignment from plain pointer
|
||||
// \deprecated Convenient, but uncontrolled access (FEB-2018)
|
||||
void operator=(T* p) = delete;
|
||||
};
|
||||
|
||||
@ -241,7 +241,7 @@ public:
|
||||
|
||||
// Housekeeping
|
||||
|
||||
//- Disallow assignment from literal nullptr.
|
||||
//- No assignment from literal nullptr.
|
||||
// Consistent with run-time check for nullptr on assignment.
|
||||
void operator=(std::nullptr_t) = delete;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user