mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-07 09:47:21 +08:00
0022815: Missing delete operator for placement new
This commit is contained in:
@@ -11,11 +11,6 @@
|
||||
#include <NCollection_DefineBaseCollection.hxx>
|
||||
#include <NCollection_Vector.hxx>
|
||||
|
||||
#ifdef WNT
|
||||
// Disable the warning: "operator new unmatched by delete"
|
||||
#pragma warning (disable:4291)
|
||||
#endif
|
||||
|
||||
// Class NCollection_Vector (dynamic array of objects)
|
||||
//
|
||||
// This class is similar to NCollection_Array1 though the indices always start
|
||||
|
||||
Reference in New Issue
Block a user