mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 19:50:24 +08:00
0022815: Missing delete operator for placement new
This commit is contained in:
@@ -16,11 +16,6 @@
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
#include <NCollection_ListNode.hxx>
|
||||
|
||||
//#ifdef WNT
|
||||
//// Disable the warning "operator new unmatched by delete"
|
||||
//#pragma warning (disable:4291)
|
||||
//#endif
|
||||
|
||||
typedef void (* NCollection_DelMapNode)
|
||||
(NCollection_ListNode*, Handle(NCollection_BaseAllocator)& theAl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user