Changes in src/GenPoly/GenPoly.cc [7ba1324:682dcae]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cc
r7ba1324 r682dcae 459 459 460 460 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 }; 462 463 } 463 464
Note:
See TracChangeset
for help on using the changeset viewer.