Boost logo

Boost :

From: Alexander Terekhov (terekhov_at_[hidden])
Date: 2004-03-12 06:20:02


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk