Changes in src/GenPoly/Specialize.cc [a8b87d3:3100754]
- File:
-
- 1 edited
-
src/GenPoly/Specialize.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.cc
ra8b87d3 r3100754 247 247 structureArg( (*actualBegin)->get_type(), argBegin, argEnd, back_inserter( appExpr->get_args() ) ); 248 248 } 249 assertf( argBegin == argEnd, "Did not structure all arguments." );250 249 251 250 appExpr->env = TypeSubstitution::newFromExpr( appExpr, env );
Note:
See TracChangeset
for help on using the changeset viewer.