
6 Mar
2011
6 Mar
'11
6:54 p.m.
On 06.03.2011, at 16:05, Lorenzo Caminiti wrote:
Shall I ignore this case and require main() to always catch for the C++ emulations of D-style scope guards to work?
I don't think you have a choice. You *cannot* guarantee code execution upon an uncaught exception, at least not portably. Sebastian