21 Jun
2017
21 Jun
'17
7:43 a.m.
2017-06-21 8:54 GMT+02:00 Emil Dotchevski via Boost
On Tue, Jun 20, 2017 at 11:31 PM, Andrzej Krzemienski via Boost < boost@lists.boost.org> wrote:
Actually, how can you write an exception-neutral code with Boost.Nowide?
Noexcept, right? :)
:) Sorry. So many things going on in Boost at the moment.
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? Regards, &rzej;