On Thursday, 4 February 2016 at 22:57:00 UTC, tsbockman wrote:
Actually, I'm surprised that this works even in C - I would have expected at least a compiler (or linker?) warning; this seems like it should be easy to detect automatically.

AFAICT C would have complained if he had included <math.h>. This is a rather unlikely mistake...

Anyway, in C being able to work around restrictions is sometimes desired, so... if you don't want the ability to do it, don't use C.


Reply via email to