- Timestamp:
- Jun 1, 2021, 2:22:09 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1f68d5d
- Parents:
- 93f74c0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TypeEnvironment.cpp
r93f74c0f r68ff3de 115 115 116 116 void TypeEnvironment::add( const TypeSubstitution & sub ) { 117 for ( const auto p : sub ) {117 for ( const auto & p : sub ) { 118 118 add( EqvClass{ p.first, p.second } ); 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.