summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-14 00:17:32 +0000
committerSteve Huston <shuston@riverace.com>1997-11-14 00:17:32 +0000
commit3e277c86cfbbce16b28cab6f6619e1744a45c26b (patch)
tree00f028331c2d5b2d27db529fe3c56b45b1dcaa40 /ace/Containers.h
parentf0e8cafa9caf9f2b56b584359bad85bdf66e2145 (diff)
downloadATCD-3e277c86cfbbce16b28cab6f6619e1744a45c26b.tar.gz
Worked around HP aC++ compiler bug which originally prompted the
ACE_HAS_HPUX_ACC_BROKEN_TEMPLATE_DESTRUCTOR by removing "this->" when used in the ACE_DES_FREE_TEMPLATE macro invocation. Removed all the conditional code for the above HP macro. The HP report on the compiler bug is SR5003396259, for future reference. Added ACE_HAS_ANSI_CASTS to config-hpux-10.x-hpc++.h for aC++.
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index af4b37d5c76..72ba9ae9c50 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -183,9 +183,6 @@ class ACE_Node
friend class ACE_Unbounded_Stack_Iterator<T>;
public:
- // This should really be private, but has to be publicly accessible
- // for the ACE_HAS_HPUX_ACC_BROKEN_TEMPLATE_DESTRUCTOR fix.
-
~ACE_Node (void);
// This isn't necessary, but it keeps the compiler happy.