Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/SemanticError.cc

    r80ac42d r9ed4f94  
    4545        using std::to_string;
    4646        for( auto err : errors ) {
    47                 os << err.location << err.description << std::endl;
     47                os << to_string( err.location ) << err.description << std::endl;
    4848        }
    4949}
Note: See TracChangeset for help on using the changeset viewer.