summaryrefslogtreecommitdiff
path: root/ace/Map_Manager.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-02 19:17:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-02 19:17:45 +0000
commitf0359240d424fe74194137c69cba1a21b0048509 (patch)
treebc63ba5cd566d78368d101c439962a2609077e3f /ace/Map_Manager.cpp
parenta054792a7a7d988c2750f6fee2e62f6ba75e3b09 (diff)
downloadATCD-f0359240d424fe74194137c69cba1a21b0048509.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Map_Manager.cpp')
-rw-r--r--ace/Map_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Map_Manager.cpp b/ace/Map_Manager.cpp
index 9e132a53f22..ab2a2e9e8a6 100644
--- a/ace/Map_Manager.cpp
+++ b/ace/Map_Manager.cpp
@@ -627,7 +627,7 @@ ACE_Map_Iterator_Base<EXT_ID, INT_ID, ACE_LOCK>::done (void) const
return this->map_man_->search_structure_ == 0
// Note that this->next_ is never negative at this point...
- || ACE_static_cast(size_t, this->next_) >= this->map_man_->cur_size_
+ || ACE_static_cast (const size_t, this->next_) >= this->map_man_->cur_size_
|| this->next_ <= -1;
}