From 92d73f2760dfc2efa27b1fe044708694dfb1ce4c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 29 Oct 2002 21:48:12 +0000 Subject: [PATCH] incremental release does not support placement delete --- src/libCom/misc/cxxCompilerDependencies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/misc/cxxCompilerDependencies.h b/src/libCom/misc/cxxCompilerDependencies.h index ea433d978..9dbb95570 100644 --- a/src/libCom/misc/cxxCompilerDependencies.h +++ b/src/libCom/misc/cxxCompilerDependencies.h @@ -38,7 +38,7 @@ # endif # define CXX_THROW_SPECIFICATION #elif defined ( __BORLANDC__ ) -# if __BORLANDC__ > 0x550 +# if __BORLANDC__ > 0x551 # define CXX_PLACEMENT_DELETE # endif # define CXX_THROW_SPECIFICATION