Changes in src/ResolvExpr/Unify.cc [bbf2cb1:f1149ac]
- File:
-
- 1 edited
-
src/ResolvExpr/Unify.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
rbbf2cb1 rf1149ac 518 518 519 519 void postvisit( const ast::EnumPosType * ) { 520 // Lazy approach for now 521 auto otherPos = dynamic_cast< const ast::EnumPosType *>(type2); 522 if (otherPos) this->result = otherPos; 520 // Does nothing for now. Handled in ReplacePseudoFunc 521 // Might move here in the future 523 522 } 524 523
Note:
See TracChangeset
for help on using the changeset viewer.