diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 21:10:05 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 21:10:05 +0000 |
commit | 39111590819e01a264e2d74e49b54bc9e5abe08c (patch) | |
tree | aacf660f2fd78c616873002bd779888c58b9a5b1 /ace/config-all.h | |
parent | 0cda52b6dbf0f544cc8076baf8e3964c06784740 (diff) | |
download | ATCD-39111590819e01a264e2d74e49b54bc9e5abe08c.tar.gz |
ChangeLogTag: Fri Jan 19 13:01:13 2001 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'ace/config-all.h')
-rw-r--r-- | ace/config-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-all.h b/ace/config-all.h index d123d1f347a..88474f3c528 100644 --- a/ace/config-all.h +++ b/ace/config-all.h @@ -368,7 +368,7 @@ // (03.10 and before) a failed new threw bad_alloc. After that (03.13 // and above) the exception thrown is dependent on the below settings. # if (defined (__HP_aCC) && \ - (!defined (RWSTD_NO_NAMESPACE) || defined (_NAMESPACE_STD))) \ + (__HP_aCC < 32500 && !defined (RWSTD_NO_NAMESPACE)) || (__HP_aCC >= 32500 && defined (_NAMESPACE_STD))) \ || defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) # define ACE_bad_alloc std::bad_alloc # else |