Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cpp

    r82a5ea2 r82d5816  
    515515                ast::FunctionType const * adaptee,
    516516                TypeVarMap const & typeVars ) {
    517         assertf( ast::FixedArgs == adaptee->isVarArgs,
    518                 "Cannot adapt a varadic function, should have been checked." );
    519517        ast::FunctionType * adapter = ast::deepCopy( adaptee );
    520518        if ( isDynRet( adapter, typeVars ) ) {
Note: See TracChangeset for help on using the changeset viewer.