Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/vector

    rea29e73 red3f3bf4  
    4040
    4141forall(otype T, otype allocator_t | allocator_c(T, allocator_t))
    42 static inline bool size(vector(T, allocator_t) *const this)
     42static inline size_t size(vector(T, allocator_t) *const this)
    4343{
    4444        return this->size;
Note: See TracChangeset for help on using the changeset viewer.