[Bug c++/30946] New: classes and structs are interchangeable?

2007-02-23 Thread rosenwad at bxscience dot edu
The following will compile with no problem. ___ class character { //bah }; struct character enemy; ___ So will ___ struct character { //bah }; class character enemy; __

<    1   2