Added a missing throw() in the formatter.
This commit is contained in:
parent
38c1b0feb0
commit
7128fdb637
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ void format_t::format(std::ostream& out_str, scope_t& scope)
|
|||
}
|
||||
catch (const calc_error&) {
|
||||
out << (string("%") + elem->chars);
|
||||
throw;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue