Changeset d8ba086 for src/SynTree
- Timestamp:
- Apr 29, 2016, 2:39:49 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 540de412
- Parents:
- fea7ca7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/TypeSubstitution.h
rfea7ca7 rd8ba086 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Tue Apr 26 11:15:07201612 // Last Modified On : Fri Apr 29 13:50:09 2016 13 13 // Update Count : 2 14 14 // … … 152 152 template< typename TypeInstListIterator > 153 153 void TypeSubstitution::extract( TypeInstListIterator begin, TypeInstListIterator end, TypeSubstitution &result ) { 154 // xxx - this function doesn't extract varEnv - is this intentional? 154 155 while ( begin != end ) { 155 156 TypeEnvType::iterator cur = typeEnv.find( (*begin++)->get_name() );
Note: See TracChangeset
for help on using the changeset viewer.