Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/SatisfyAssertions.hpp

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