Changeset 478dade for src/GenPoly/Box.cpp
- Timestamp:
- Sep 9, 2024, 6:30:08 AM (2 months ago)
- Branches:
- master
- Children:
- 02101a4, d93b813
- Parents:
- 29c8675 (diff), a933489b (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
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r29c8675 r478dade 515 515 ast::FunctionType const * adaptee, 516 516 TypeVarMap const & typeVars ) { 517 assertf( ast::FixedArgs == adaptee->isVarArgs, 518 "Cannot adapt a varadic function, should have been checked." ); 517 519 ast::FunctionType * adapter = ast::deepCopy( adaptee ); 518 520 if ( isDynRet( adapter, typeVars ) ) {
Note: See TracChangeset
for help on using the changeset viewer.