mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-16 06:25:04 +08:00
0022815: Missing delete operator for placement new
This commit is contained in:
@@ -23,11 +23,6 @@
|
||||
#include <NCollection_DefineBaseCollection.hxx>
|
||||
#include <NCollection_Array2.hxx>
|
||||
|
||||
#ifdef WNT
|
||||
// Disable the warning "operator new unmatched by delete"
|
||||
#pragma warning (disable:4291)
|
||||
#endif
|
||||
|
||||
// *********************************************** Template for Array2 class
|
||||
|
||||
#define DEFINE_ARRAY2(_ClassName_, _BaseCollection_, TheItemType) \
|
||||
|
||||
Reference in New Issue
Block a user