Changeset 3da5885
- Timestamp:
- Jan 30, 2024, 9:45:54 PM (11 months ago)
- Branches:
- master
- Children:
- e71b09a
- Parents:
- 538cc35 (diff), 7329b0a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r538cc35 r3da5885 50 50 51 51 namespace 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 61 52 namespace { 62 53 /// Finds deleted expressions in an expression tree
Note: See TracChangeset
for help on using the changeset viewer.