Ignore:
Timestamp:
Jul 4, 2016, 1:09:01 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3f97e68, 888ee76
Parents:
f48ed47
Message:

fixed some of the obvious mistakes in generic vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/vector

    rf48ed47 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.