Changeset 82a5ea2 for src/GenPoly
- Timestamp:
- Sep 5, 2024, 4:07:48 PM (3 months ago)
- Branches:
- master
- Children:
- a933489b
- Parents:
- 508cff0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r508cff0 r82a5ea2 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.