Create a generic type for types with an error list
This commit is contained in:
@ -578,5 +578,5 @@ actual_parameter_list:
|
||||
|
||||
void yy::parser::error(const location_type& loc, const std::string& message)
|
||||
{
|
||||
driver.error(loc, message);
|
||||
driver.add_error<elna::boot::syntax_error>(message, driver.input_file, loc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user