summaryrefslogtreecommitdiff
path: root/ACE/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-24 07:49:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-24 07:49:31 +0000
commit75041998b8a2bd06e02707581eb51ca7e419037f (patch)
treea98c92f010849bacc6078b10056e742ff064feb2 /ACE/ace/config-hpux-11.00.h
parent87546b029bfa0dcdae63fe0af0ecdee674a7b1e8 (diff)
downloadATCD-75041998b8a2bd06e02707581eb51ca7e419037f.tar.gz
Mon Sep 24 07:47:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/config-hpux-11.00.h')
-rw-r--r--ACE/ace/config-hpux-11.00.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index 6cf94df3d74..ff1413f7007 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -26,9 +26,6 @@
// Precompiler needs extra flags to ignore "invalid #pragma directive"
# define ACE_CC_PREPROCESSOR_ARGS "-E +W 67"
-// Compiler can't handle calls like foo->operator T *()
-//# define ACE_HAS_BROKEN_CONVERSIONS
-
// Compiler supports C++ exception handling. It's on by default. If the
// +noeh compiler option is used to disable exceptions, the compiler defines
// __HPACC_NOEH.