Changeset 8f31be6 for src/GenPoly
- Timestamp:
- Jul 6, 2023, 11:07:27 AM (19 months ago)
- Branches:
- master
- Children:
- b4d2b3b
- Parents:
- c8bf1b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/SpecializeNew.cpp
rc8bf1b5 r8f31be6 104 104 105 105 bool needsPolySpecialization( 106 const ast::Type * formalType,106 const ast::Type * /*formalType*/, 107 107 const ast::Type * actualType, 108 108 const ast::TypeSubstitution * subs ) { … … 126 126 if ( closedVars.find( *inst ) == closedVars.end() ) { 127 127 return true; 128 } 129 else { 128 } else { 130 129 assertf(false, "closed: %s", inst->name.c_str()); 131 130 }
Note: See TracChangeset
for help on using the changeset viewer.