summaryrefslogtreecommitdiff
path: root/ace/Utils/Unbounded_Set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Utils/Unbounded_Set.cpp')
-rw-r--r--ace/Utils/Unbounded_Set.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Utils/Unbounded_Set.cpp b/ace/Utils/Unbounded_Set.cpp
index 6be82df6c64..808ed48351e 100644
--- a/ace/Utils/Unbounded_Set.cpp
+++ b/ace/Utils/Unbounded_Set.cpp
@@ -336,7 +336,9 @@ ACE_Unbounded_Set_Iterator<T>::operator* (void)
T *retv = 0;
int result = this->next (retv);
+#ifdef ACE_SUBSET_0
ACE_ASSERT (result != 0);
+#endif
ACE_UNUSED_ARG (result);
return *retv;