Changes in src/Tuples/TupleAssignment.h [843054c2:62e5546]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleAssignment.h
r843054c2 r62e5546 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // TupleAssignment.h -- 7 // TupleAssignment.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 29 29 public: 30 30 // dispatcher for Tuple (multiple and mass) assignment operations 31 TupleAssignSpotter( ResolvExpr::AlternativeFinder * );31 TupleAssignSpotter( ResolvExpr::AlternativeFinder * = 0 ); 32 32 ~TupleAssignSpotter() { delete matcher; matcher = 0; } 33 33 … … 97 97 ResolvExpr::AlternativeFinder *currentFinder; 98 98 //std::list<Expression *> rhs, lhs; 99 Expression *rhs, *lhs;99 // Expression *rhs, *lhs; 100 100 Matcher *matcher; 101 101 bool hasMatched;
Note:
See TracChangeset
for help on using the changeset viewer.