summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.5.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-06 10:24:03 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-06 10:24:03 +0200
commitcb68090e23b22ae8c3312955d9cd2d3fd957db3c (patch)
treeda020c9593bf8a4fa4ba9d72eb42aefe2e2665d1 /ACE/ace/config-sunos5.5.h
parent9a4de67ddf1ce60fe8e56c00ee92e52593c09973 (diff)
downloadATCD-cb68090e23b22ae8c3312955d9cd2d3fd957db3c.tar.gz
Cleanup more ACE_NEW_THROWS_EXCEPTIONS
* ACE/ace/config-g++-common.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.4-sunc++-4.x.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/config-win32-msvc.h:
Diffstat (limited to 'ACE/ace/config-sunos5.5.h')
-rw-r--r--ACE/ace/config-sunos5.5.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/config-sunos5.5.h b/ACE/ace/config-sunos5.5.h
index f17db1ba32a..4861a626e56 100644
--- a/ACE/ace/config-sunos5.5.h
+++ b/ACE/ace/config-sunos5.5.h
@@ -57,10 +57,6 @@
# define ACE_LACKS_LINEBUFFERED_STREAMBUF
# define ACE_LACKS_SIGNED_CHAR
-// If exceptions are enabled and we are using Sun/CC then
-// <operator new> throws an exception instead of returning 0.
-#define ACE_NEW_THROWS_EXCEPTIONS
-
/* If you want to disable threading with Sun CC, remove -mt
from your CFLAGS, e.g., using make threads=0. */