Changeset 075734f
- Timestamp:
- Jan 11, 2017, 4:23:51 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, 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:
- 0270824
- Parents:
- 2162c2c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/InstantiateGeneric.cc
r2162c2c r075734f 152 152 class EnvFinder final : public GenPoly::PolyMutator { 153 153 public: 154 using GenPoly::PolyMutator::mutate; 154 155 virtual Type * mutate( TypeInstType * inst ) override { 155 156 if ( env ) envMap[inst] = env;
Note: See TracChangeset
for help on using the changeset viewer.