Changeset c2b3243 for src/GenPoly
- Timestamp:
- Oct 18, 2022, 9:13:33 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, stuck-waitfor-destruct
- Children:
- 9511841
- Parents:
- 5408b59 (diff), ce7d197 (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/ScrubTyVars.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/ScrubTyVars.h
r5408b59 rc2b3243 116 116 node_t const * target, const TypeVarMap & typeVars ) { 117 117 return strict_dynamic_cast<node_t const *>( 118 scrubTypeVars<ast::Node>( target ) );118 scrubTypeVars<ast::Node>( target, typeVars ) ); 119 119 } 120 120
Note:
See TracChangeset
for help on using the changeset viewer.