summaryrefslogtreecommitdiff
path: root/ACE/ace/Containers_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Containers_T.cpp')
-rw-r--r--ACE/ace/Containers_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Containers_T.cpp b/ACE/ace/Containers_T.cpp
index c4ac4b5e2da..1b3b6b144bc 100644
--- a/ACE/ace/Containers_T.cpp
+++ b/ACE/ace/Containers_T.cpp
@@ -1396,7 +1396,7 @@ ACE_Bounded_Set_Iterator<T>::done () const
{
ACE_TRACE ("ACE_Bounded_Set_Iterator<T>::done");
- return static_cast<ACE_CAST_CONST size_t> (this->next_) >=
+ return static_cast<size_t> (this->next_) >=
this->s_.cur_size_;
}