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