
14 Oct
2011
14 Oct
'11
8:33 p.m.
On 14 October 2011 12:55, Dave Abrahams <dave@boostpro.com> wrote:
Is throwing an exception going to turn an incorrect program into a correct one?
I'm probably completely misunderstanding your point of view, or rather, what is your point of view? Not throwing the exception will turn a correct program into an incorrect one if that program relies on the exception. That's the case I'm most worried about, incorrect programs not so much. I find them difficult to reason about, but maybe that's just me..
-- Dave Abrahams BoostPro Computing http://www.boostpro.com
- Christian