workaround for borland compiler does not have placement delete

This commit is contained in:
Jeff Hill
2002-08-01 22:58:23 +00:00
parent 0a1aca0795
commit d9a6ffcc10
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,10 @@
# if _HP_aCC > 033300
# define NETIO_PLACEMENT_DELETE
# endif
#elif defined ( __BORLANDC__ )
# if __BORLANDC__ > 0x550
# define NETIO_PLACEMENT_DELETE
# endif
#else
# define NETIO_PLACEMENT_DELETE
#endif

View File

@@ -57,6 +57,10 @@
# if _HP_aCC > 033300
# define CASG_PLACEMENT_DELETE
# endif
#elif defined ( __BORLANDC__ )
# if __BORLANDC__ > 0x550
# define CASG_PLACEMENT_DELETE
# endif
#else
# define CASG_PLACEMENT_DELETE
#endif