Changes in src/Common/SemanticError.cc [9ed4f94:80ac42d]
- File:
-
- 1 edited
-
src/Common/SemanticError.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.cc
r9ed4f94 r80ac42d 45 45 using std::to_string; 46 46 for( auto err : errors ) { 47 os << to_string( err.location )<< err.description << std::endl;47 os << err.location << err.description << std::endl; 48 48 } 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.