mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024095: Eliminate compiler warning C4512 in MSVC++ with warning level 4
Removed most of warnings C4512 for non-copyable objects
This commit is contained in:
@@ -34,6 +34,7 @@ class SelectMgr_CompareResults: public TCollection_CompareOfInteger
|
||||
(const Standard_Integer&, const Standard_Integer&) const;
|
||||
private:
|
||||
const SelectMgr_IndexedDataMapOfOwnerCriterion& myMapOfCriterion;
|
||||
void operator= (const SelectMgr_CompareResults& );
|
||||
};
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user