- File:
-
- 1 edited
-
src/ResolvExpr/CandidateFinder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.cpp
rfa761c2 r64727bd 57 57 58 58 /// Unique identifier for matching expression resolutions to their requesting expression 59 ast::UniqueId globalResnSlot = 0;59 UniqueId globalResnSlot = 0; 60 60 61 61 namespace { … … 686 686 void Finder::inferParameters( CandidateRef & newCand, CandidateList & out ) { 687 687 // Set need bindings for any unbound assertions 688 ast::UniqueId crntResnSlot = 0; // matching ID for this expression's assertions688 UniqueId crntResnSlot = 0; // matching ID for this expression's assertions 689 689 for ( auto & assn : newCand->need ) { 690 690 // skip already-matched assertions
Note:
See TracChangeset
for help on using the changeset viewer.