mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023002: empty delete operator in TDF_LabelNode
Destruction of TDF_LabelNode class corrected so as to use consistently defined new/delete operators
This commit is contained in:
@@ -18,10 +18,11 @@
|
||||
// purpose or non-infringement. Please see the License for the specific terms
|
||||
// and conditions governing the rights and limitations under the License.
|
||||
|
||||
|
||||
#ifndef _NCollection_DefineAlloc_HeaderFile
|
||||
# define _NCollection_DefineAlloc_HeaderFile
|
||||
|
||||
#include <NCollection_BaseAllocator.hxx>
|
||||
|
||||
// Macro to overload placement new and delete operators for NCollection allocators.
|
||||
// For Borland C and old SUN compilers do not define placement delete
|
||||
// as it is not supported.
|
||||
|
Reference in New Issue
Block a user