diff --git a/example/polynomial_arithmetic.cpp b/example/polynomial_arithmetic.cpp index eafd6094a..77abb8a96 100644 --- a/example/polynomial_arithmetic.cpp +++ b/example/polynomial_arithmetic.cpp @@ -213,6 +213,7 @@ catch (exception const &e) { cout << "\nMessage from thrown exception was:\n " << e.what() << "\n"; } +return 0; } // int main() /*