Changeset d0d5054 for src/SynTree/TypeSubstitution.h
- Timestamp:
- Apr 12, 2018, 5:13:04 PM (7 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, with_gc
- Children:
- 01963df
- Parents:
- 8711c6c
- git-author:
- Rob Schluntz <rschlunt@…> (04/12/18 17:07:59)
- git-committer:
- Rob Schluntz <rschlunt@…> (04/12/18 17:13:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/TypeSubstitution.h
r8711c6c rd0d5054 129 129 130 130 // definitition must happen after PassVisitor is included so that WithGuards can be used 131 struct TypeSubstitution::Substituter : public WithGuards {131 struct TypeSubstitution::Substituter : public WithGuards, public WithVisitorRef<Substituter> { 132 132 Substituter( TypeSubstitution & sub, bool freeOnly ) : sub( sub ), freeOnly( freeOnly ) {} 133 133
Note: See TracChangeset
for help on using the changeset viewer.