
18 Jul
2006
18 Jul
'06
8:19 p.m.
On 7/18/06, Andreas Huber <ahd6974-spamgroupstrap@yahoo.com> wrote:
How is your approach better than:
[snip] Heh. Well, when you put it that way it probably isn't. However, the function object that you pass into catcher could contain application state information. You could also use any functor that you happen to have around that has operator()(std::logic_error&), operator()(std::exception&), or operator()(void). Jeremy