diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-01 13:01:51 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-01 13:01:51 +0000 |
commit | 8df63015e2d521ec0babe9b62db2300278d9ce1b (patch) | |
tree | 8343386011ab9bfb8570a066497624fb33a7647a /ace/OS_Memory.h | |
parent | d08ea62ad48bd46ed4dbe72614396a52906546d2 (diff) | |
download | ATCD-8df63015e2d521ec0babe9b62db2300278d9ce1b.tar.gz |
ChangeLogTag: Sat Jan 1 11:45:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/OS_Memory.h')
-rw-r--r-- | ace/OS_Memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS_Memory.h b/ace/OS_Memory.h index f1b3cbc2659..89616c74d81 100644 --- a/ace/OS_Memory.h +++ b/ace/OS_Memory.h @@ -128,7 +128,7 @@ typedef void *ACE_MALLOC_T; # define ACE_bad_alloc std::bad_alloc # define ACE_throw_bad_alloc throw ACE_bad_alloc () # endif /* __SUNPRO_CC < 0x500 */ -# elif defined (__BORLANDC__) || defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) +# elif defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) # include /**/ <new> # define ACE_bad_alloc std::bad_alloc # define ACE_nothrow std::nothrow |