workaround for borland compiler does not have placement delete
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user