diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-06-06 10:24:03 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-06-06 10:24:03 +0200 |
commit | cb68090e23b22ae8c3312955d9cd2d3fd957db3c (patch) | |
tree | da020c9593bf8a4fa4ba9d72eb42aefe2e2665d1 /ACE/ace/config-sunos5.4-sunc++-4.x.h | |
parent | 9a4de67ddf1ce60fe8e56c00ee92e52593c09973 (diff) | |
download | ATCD-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.4-sunc++-4.x.h')
-rw-r--r-- | ACE/ace/config-sunos5.4-sunc++-4.x.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/config-sunos5.4-sunc++-4.x.h b/ACE/ace/config-sunos5.4-sunc++-4.x.h index c4c7fa4bcc1..4bcec509c33 100644 --- a/ACE/ace/config-sunos5.4-sunc++-4.x.h +++ b/ACE/ace/config-sunos5.4-sunc++-4.x.h @@ -168,9 +168,5 @@ #define ACE_HAS_GPERF #define ACE_HAS_DIRENT -// 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 - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ |