Ignore:
Timestamp:
Oct 27, 2022, 11:43:10 AM (20 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
0026d67
Parents:
a167c70c
Message:

Changed GenPoly::TypeVarMap? to use the same key type as ast::TypeSubstitution?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/ScrubTyVars.cc

    ra167c70c r63d1ebe  
    195195        }
    196196
    197         auto typeVar = typeVars->find( type->name );
     197        auto typeVar = typeVars->find( *type );
    198198        if ( typeVar == typeVars->end() ) {
    199199                return type;
Note: See TracChangeset for help on using the changeset viewer.