Ignore:
Timestamp:
Apr 21, 2016, 4:54:33 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, 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
Message:

1 error left

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/gc_no_raii/src/tools.h

    r8c8b614 r16cfd8c  
    2727
    2828forall(otype T | has_equal(T), otype InputIterator | InputIterator_t(T, InputIterator))
    29 inline InputIterator find( InputIterator first, const InputIterator* const last, T val)
     29static inline InputIterator find( InputIterator first, const InputIterator* const last, T val)
    3030{
    3131        while ( first != *last)
Note: See TracChangeset for help on using the changeset viewer.