15 Jun
2017
15 Jun
'17
6:45 p.m.
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