Cppcheck: Solve issues related to copy constructor
This commit is contained in:
@@ -167,6 +167,8 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
array2D(const array2D&) = delete;
|
||||
|
||||
// destructor
|
||||
~array2D()
|
||||
{
|
||||
|
Reference in New Issue
Block a user