Changeset ed3f3bf4 for src/libcfa
- Timestamp:
- Jul 4, 2016, 1:09:01 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/containers/vector
rf48ed47 red3f3bf4 40 40 41 41 forall(otype T, otype allocator_t | allocator_c(T, allocator_t)) 42 static inline boolsize(vector(T, allocator_t) *const this)42 static inline size_t size(vector(T, allocator_t) *const this) 43 43 { 44 44 return this->size;
Note: See TracChangeset
for help on using the changeset viewer.