Re: [GD-General] The joy of type aliasing and C
Brought to you by:
vexxed72
|
From: Brian H. <ho...@py...> - 2004-01-03 16:15:05
|
> - Overlaying an lvalue with multiple types (a.k.a. type punning) " This is what it does, and it DOES compile, because it's legal syntax, just like pointer casting between incompatible types in C. But just because it compiles doesn't mean that the standard guarantees it will run like you expect =3D) Brian |