MirageRender icon indicating copy to clipboard operation
MirageRender copied to clipboard

Catch exceptions in main()?

Open elfring opened this issue 8 years ago • 1 comments

I expect that exception handling is usually supported by a C++ program. I wonder why your function "main" does not contain corresponding try and catch instructions so far.

How do you think about recommendations by Matthew Wilson in an article?

Would you like to adjust the implementation if you consider effects for uncaught/unhandled exceptions like they are described by Danny Kalev?

elfring avatar Sep 27 '16 08:09 elfring

make pr

ghost avatar Oct 02 '16 17:10 ghost