Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r59c8dff r7329b0a  
    5050
    5151namespace ResolvExpr {
    52         template< typename iterator_t >
    53         inline bool advance_to_mutex( iterator_t & it, const iterator_t & end ) {
    54                 while( it != end && !(*it)->get_type()->get_mutex() ) {
    55                         it++;
    56                 }
    57 
    58                 return it != end;
    59         }
    60 
    6152        namespace {
    6253                /// Finds deleted expressions in an expression tree
Note: See TracChangeset for help on using the changeset viewer.