summaryrefslogtreecommitdiff
path: root/ace/config-cxx-common.h
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-08 19:22:38 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-08 19:22:38 +0000
commit8f42053262d0bb9d969c47455532bf7c4c31a149 (patch)
treedce879870e60340eada663baa479000434c236a8 /ace/config-cxx-common.h
parentbd7d58ac95fbf4b44c81a52615e8a055f83845ce (diff)
downloadATCD-8f42053262d0bb9d969c47455532bf7c4c31a149.tar.gz
ChangeLogTag: Wed Aug 8 14:06:36 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ace/config-cxx-common.h')
-rw-r--r--ace/config-cxx-common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/config-cxx-common.h b/ace/config-cxx-common.h
index 25d57b3a9e2..88aa69a3f15 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.0.GNU/wrapper_macros.GNU.
+ // are enabled by platform_osf1_4.x.GNU/wrapper_macros.GNU.
# if defined (ACE_HAS_EXCEPTIONS)
# define ACE_NEW_THROWS_EXCEPTIONS
# endif /* ACE_HAS_EXCEPTIONS */
@@ -67,6 +67,11 @@
# 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