Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.cc

    r7ba1324 r682dcae  
    459459
    460460        void addToTyVarMap( TypeDecl * tyVar, TyVarMap &tyVarMap ) {
    461                 tyVarMap.insert( tyVar->name, TypeDecl::Data{ tyVar } );
     461                // xxx - should this actually be insert?
     462                tyVarMap[ tyVar->get_name() ] = TypeDecl::Data{ tyVar };
    462463        }
    463464
Note: See TracChangeset for help on using the changeset viewer.