$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.