summaryrefslogtreecommitdiff
path: root/ACE/ace/Unbounded_Set_Ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Unbounded_Set_Ex.h')
-rw-r--r--ACE/ace/Unbounded_Set_Ex.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Unbounded_Set_Ex.h b/ACE/ace/Unbounded_Set_Ex.h
index b984adeda6e..b1f3707a309 100644
--- a/ACE/ace/Unbounded_Set_Ex.h
+++ b/ACE/ace/Unbounded_Set_Ex.h
@@ -52,7 +52,6 @@ public:
typedef typename container_type::pointer pointer;
typedef typename container_type::difference_type difference_type;
- // = Initialization method.
ACE_Unbounded_Set_Ex_Iterator (ACE_Unbounded_Set_Ex<T, C> &s, bool end = false);
// = Iteration methods.
@@ -120,7 +119,6 @@ public:
typedef typename container_type::const_pointer pointer;
typedef typename container_type::difference_type difference_type;
- // = Initialization method.
ACE_Unbounded_Set_Ex_Const_Iterator (const ACE_Unbounded_Set_Ex<T, C> &s,
bool end = false);
@@ -232,7 +230,6 @@ public:
typedef const_value_type * const_pointer;
typedef ptrdiff_t difference_type;
- // = Initialization and termination methods.
/// Constructor. Use user specified allocation strategy
/// if specified.
/**