Changes in src/GenPoly/Box.cpp [82d5816:82a5ea2]
- File:
-
- 1 edited
-
src/GenPoly/Box.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cpp
r82d5816 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.