Changeset 80a7d48
- Timestamp:
- May 30, 2018, 2:49:43 PM (5 years ago)
- Branches:
- new-env, with_gc
- Children:
- 8a1289f
- Parents:
- 6b8643d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
r6b8643d r80a7d48 566 566 } 567 567 568 (*inferParameters)[ curDecl->get_uniqueId() ] = ParamEntry( candidate->get_uniqueId(), adjType ->clone(), curDecl->get_type()->clone(), varExpr );568 (*inferParameters)[ curDecl->get_uniqueId() ] = ParamEntry( candidate->get_uniqueId(), adjType, curDecl->get_type(), varExpr ); 569 569 inferRecursive( begin, end, newerAlt, newOpenVars, newDecls, newerNeed, level, indexer, out ); 570 570 }
Note: See TracChangeset
for help on using the changeset viewer.