On 9/3/13, Lionello Lunesu <[email protected]> wrote: > struct Z {}; > Z a, b; > assert(&a != &b);
Since the structs are declared empty, their 1-byte values don't matter. So their addresses don't really matter either.
On 9/3/13, Lionello Lunesu <[email protected]> wrote: > struct Z {}; > Z a, b; > assert(&a != &b);
Since the structs are declared empty, their 1-byte values don't matter. So their addresses don't really matter either.