
12 Mar
2004
12 Mar
'04
11:20 a.m.
Gennaro Prota wrote: [...]
I can't imagine a situation where being transparent is so important.
It's rather simple. Try/rethrow prevents uncaught exceptions from terminating the process at the "original" throw point. That's not good. And, BTW, it will somewhat confuse upcoming (sooner or later) std::expected_exception<T>(). Exploiters, I mean. ;-) regards, alexander.