Subject: Re: [Boost-users] exception: use of error_info can mask realexceptions
From: Adam Badura (abadura_at_[hidden])
Date: 2009-05-25 01:47:33


> No, I wouldn't want those to be ignored.
> Ideally, I would want to know about all failures. But if I had to
> choose, I would choose to have knowledge about the original exception.
> Here's my reasoning:

    I agree entirely.
    I would appreciate if there was way of filling exceptions with data and
throwing them which has guarantees of not masking the original exception
with a different one caused by the filling itself.

    Adam Badura