Changeset 16cfd8c for src/examples/gc_no_raii/src/tools.h
- Timestamp:
- Apr 21, 2016, 4:54:33 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, 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:
- 8a74081
- Parents:
- 8c8b614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/src/tools.h
r8c8b614 r16cfd8c 27 27 28 28 forall(otype T | has_equal(T), otype InputIterator | InputIterator_t(T, InputIterator)) 29 inline InputIterator find( InputIterator first, const InputIterator* const last, T val)29 static inline InputIterator find( InputIterator first, const InputIterator* const last, T val) 30 30 { 31 31 while ( first != *last)
Note: See TracChangeset
for help on using the changeset viewer.