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