summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index 96844f6fd0f..64485b5a49b 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -185,8 +185,10 @@ public:
friend class ACE_Unbounded_Stack<T>;
friend class ACE_Unbounded_Stack_Iterator<T>;
+# if ! defined (ACE_HAS_BROKEN_NOOP_DTORS)
~ACE_Node (void);
- // This isn't necessary, but it keeps the compiler happy.
+ // This isn't necessary, but it keeps some compilers happy.
+# endif /* ! defined (ACE_HAS_BROKEN_NOOP_DTORS) */
private:
// = Initialization methods