Changeset 733 for trunk/yat/utility/vector.cc
- Timestamp:
- Jan 6, 2007, 5:14:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/vector.cc
r725 r733 322 322 size_t vector::size(void) const 323 323 { 324 if (!proxy_v_) 325 return 0; 324 326 return proxy_v_->size; 325 327 }
Note: See TracChangeset
for help on using the changeset viewer.