Changes in src/GenPoly/GenPoly.cc [682dcae:7ba1324]
- File:
-
- 1 edited
-
src/GenPoly/GenPoly.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/GenPoly.cc
r682dcae r7ba1324 459 459 460 460 void addToTyVarMap( TypeDecl * tyVar, TyVarMap &tyVarMap ) { 461 // xxx - should this actually be insert? 462 tyVarMap[ tyVar->get_name() ] = TypeDecl::Data{ tyVar }; 461 tyVarMap.insert( tyVar->name, TypeDecl::Data{ tyVar } ); 463 462 } 464 463
Note:
See TracChangeset
for help on using the changeset viewer.