Changeset ba662b9
- Timestamp:
- Aug 7, 2020, 4:26:58 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 07d867b
- Parents:
- 0019d77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.cc
r0019d77 rba662b9 43 43 }; 44 44 struct ImpurityDetectorIgnoreUnique : public ImpurityDetector { 45 using ImpurityDetector::previsit; 45 46 void previsit( ast::UniqueExpr const * ) { 46 47 visit_children = false;
Note: See TracChangeset
for help on using the changeset viewer.