further refinements

This commit is contained in:
David Rose 2002-02-23 00:26:42 +00:00
parent 8ce9594d20
commit 725724bd72
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ max_size() const {
template<class Key, class Compare>
INLINE bool ordered_vector<Key, Compare>::
empty() const {
return _vector.max_size();
return _vector.empty();
}
////////////////////////////////////////////////////////////////////