Ignore:
Timestamp:
Jan 6, 2007, 5:14:34 PM (16 years ago)
Author:
Peter
Message:

fixes #53

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/vector.cc

    r725 r733  
    322322  size_t vector::size(void) const
    323323  {
     324    if (!proxy_v_)
     325      return 0;
    324326    return proxy_v_->size;
    325327  }
Note: See TracChangeset for help on using the changeset viewer.