John Foliot wrote: > In a perfect world, critical fail is that - critical (if your C+ code is > not conformant, when you go to compile, what happens?) About half the time, your compiler gives you a warning and compiles it anyway. And then either it misbehaves or doesn't compile on a different compiler... C++ compilers have been trying to tighten things up, but they also have various modes where they'll let non-conformant code sorta work (e.g. by disabling certain optimizations). Or was that meant to be a rhetorical question? -BorisReceived on Friday, 12 June 2009 22:57:33 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 9 October 2021 18:44:49 UTC