29 Jun
2017
29 Jun
'17
6:14 a.m.
On Wed, Jun 21, 2017 at 12:43 AM, Andrzej Krzemienski via Boost < boost@lists.boost.org> wrote:
In error-neutral contexts, you simply return throw_() to propagate any error from lower level functions.
But does this not compromise exception neutrality? That you have to specify in each function that you want to just pass the exception up?
Compared to what? Is there a better option when you can't throw?