Subject: Re: [boost] Noexcept
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-06-15 18:45:52


On 14/06/2017 22:35, Edward Diener via Boost wrote:
cutable.
>>
>> It adds non-determinism because there is no upper bound when an
>> exception is thrown.
>
> Please explain what this is supposed to mean, because it does not mean
> anything to me.

It's not easy to know and no way to guarantee how much time the run-time
plus your code needs to propagate the exception and execute the landing
codee. With return codes you can measure it. For critical systems this
is very important.

Ion