Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.cc

    rd55d7a6 r0992849  
    9393                return 0;
    9494        }
    95         throw SemanticError( this, "Constant expression of non-integral type " );
     95        throw SemanticError( "Constant expression of non-integral type ", this );
    9696}
    9797
Note: See TracChangeset for help on using the changeset viewer.