summaryrefslogtreecommitdiff
path: root/ace/config-cxx-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-cxx-common.h')
-rw-r--r--ace/config-cxx-common.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/config-cxx-common.h b/ace/config-cxx-common.h
index 88aa69a3f15..25d57b3a9e2 100644
--- a/ace/config-cxx-common.h
+++ b/ace/config-cxx-common.h
@@ -23,7 +23,7 @@
# define ACE_HAS_CPLUSPLUS_HEADERS
# if (__DECCXX_VER >= 60090010)
// DEC CXX 6.0 supports exceptions, etc., by default. Exceptions
- // are enabled by platform_osf1_4.x.GNU/wrapper_macros.GNU.
+ // are enabled by platform_osf1_4.0.GNU/wrapper_macros.GNU.
# if defined (ACE_HAS_EXCEPTIONS)
# define ACE_NEW_THROWS_EXCEPTIONS
# endif /* ACE_HAS_EXCEPTIONS */
@@ -67,11 +67,6 @@
# pragma message disable intconlosbit
# endif /* __DECCXX_VER >= 60190029 */
-# if (__DECCXX_VER == 60190027)
- // Seems that this version of cxx doesn't have reset
-# define ACE_AUTO_PTR_LACKS_RESET
-# endif /* __DECCXX_VER == 60190027 */
-
# if defined (DIGITAL_UNIX) && DIGITAL_UNIX >= 0x40D
// variable "PTHREAD_THIS_CATCH_NP" was declared but never referenced
# pragma message disable declbutnotref