mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032430: Coding Rules - eliminate CLang warning -Wdeprecated-copy
Introduced Standard_DELETE alias to C++11 feature "=delete".
This commit is contained in:
@@ -143,8 +143,8 @@ protected:
|
||||
private:
|
||||
|
||||
// disallow copies
|
||||
Extrema_ExtCC (Extrema_ExtCC& );
|
||||
Extrema_ExtCC& operator= (Extrema_ExtCC& );
|
||||
Extrema_ExtCC (Extrema_ExtCC& ) Standard_DELETE;
|
||||
Extrema_ExtCC& operator= (Extrema_ExtCC& ) Standard_DELETE;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user