Changeset b45d4b2
- Timestamp:
- Oct 24, 2017, 1:15:56 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 68195a6
- Parents:
- df626eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/AlternativeFinder.cc
rdf626eb rb45d4b2 917 917 // Once this works, it should be possible to infer parameters on a cast expression and specialize any function. 918 918 919 //inferParameters( needAssertions, haveAssertions, newAlt, openVars, back_inserter( candidates ) );920 candidates.emplace_back( std::move( newAlt ) );919 inferParameters( needAssertions, haveAssertions, newAlt, openVars, back_inserter( candidates ) ); 920 // candidates.emplace_back( std::move( newAlt ) ); 921 921 } // if 922 922 } // for
Note: See TracChangeset
for help on using the changeset viewer.