Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/SatisfyAssertions.hpp

    rb69233ac r1389810  
    2727namespace ResolvExpr {
    2828
    29 /// Recursively satisfies all assertions provided in a candidate; returns true if succeeds
    30 void satisfyAssertions(
    31         CandidateRef & cand, const ast::SymbolTable & symtab, CandidateList & out,
     29/// Recursively satisfies all assertions provided in a candidate
     30/// returns true if it has been run (candidate has any assertions)
     31void satisfyAssertions(
     32        CandidateRef & cand, const ast::SymbolTable & symtab, CandidateList & out,
    3233        std::vector<std::string> & errors );
    3334
Note: See TracChangeset for help on using the changeset viewer.