Calc: Code cleanup
This commit is contained in:
@@ -114,7 +114,7 @@ int main (int argc, char** argv)
|
|||||||
e.evaluatePostfixExpression (expression, result);
|
e.evaluatePostfixExpression (expression, result);
|
||||||
|
|
||||||
// Show any debug output.
|
// Show any debug output.
|
||||||
for (auto& i : context.debugMessages)
|
for (const auto& i : context.debugMessages)
|
||||||
std::cout << i << '\n';
|
std::cout << i << '\n';
|
||||||
|
|
||||||
// Show the result in string form.
|
// Show the result in string form.
|
||||||
|
|||||||
Reference in New Issue
Block a user