Changeset eb5962a for src/GenPoly
- Timestamp:
- Jun 21, 2022, 1:39:24 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- b62d1d6
- Parents:
- 1df492a (diff), 1dbbef6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/GenPoly/Specialize.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Specialize.cc
r1df492a reb5962a 247 247 structureArg( (*actualBegin)->get_type(), argBegin, argEnd, back_inserter( appExpr->get_args() ) ); 248 248 } 249 assertf( argBegin == argEnd, "Did not structure all arguments." ); 249 250 250 251 appExpr->env = TypeSubstitution::newFromExpr( appExpr, env );
Note:
See TracChangeset
for help on using the changeset viewer.