2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Merge pull request #599 from pratik-a/develop

return added
This commit is contained in:
jzmaddock
2021-04-04 09:17:21 +01:00
committed by GitHub

View File

@@ -213,6 +213,7 @@ catch (exception const &e)
{
cout << "\nMessage from thrown exception was:\n " << e.what() << "\n";
}
return 0;
} // int main()
/*