Changeset fad1f14 for src/GenPoly


Ignore:
Timestamp:
Oct 14, 2022, 2:54:23 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
4678c1ec, bd30231
Parents:
4465777
Message:

Small bits of clean-up I would rather not want to keep looking at.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/ScrubTyVars.h

    r4465777 rfad1f14  
    116116                node_t const * target, const TypeVarMap & typeVars ) {
    117117        return strict_dynamic_cast<node_t const *>(
    118                         scrubTypeVars<ast::Node>( target ) );
     118                        scrubTypeVars<ast::Node>( target, typeVars ) );
    119119}
    120120
Note: See TracChangeset for help on using the changeset viewer.