From f0359240d424fe74194137c69cba1a21b0048509 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 2 Mar 1998 19:17:45 +0000 Subject: *** empty log message *** --- ace/Map_Manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Map_Manager.cpp') 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::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; } -- cgit v1.2.1