Changeset 8bf784a for src/GenPoly/Box.cc
- Timestamp:
- Dec 21, 2016, 2:54:31 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e33f321
- Parents:
- 6d4d1a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
r6d4d1a6 r8bf784a 686 686 for ( std::list< Expression* >::iterator param = params.begin(); param != params.end(); ++param ) { 687 687 TypeExpr *paramType = dynamic_cast< TypeExpr* >( *param ); 688 assert (paramType &&"Aggregate parameters should be type expressions");688 assertf(paramType, "Aggregate parameters should be type expressions"); 689 689 paramType->set_type( replaceWithConcrete( appExpr, paramType->get_type(), false ) ); 690 690 }
Note: See TracChangeset
for help on using the changeset viewer.