Displaying 1 result from an estimated 1 matches for "990596".
Did you mean:
990196
2004 Sep 23
2
[LLVMdev] struct and class under VC7.1
On Sep 23, 2004, at 4:08 PM, Jeff Cohen wrote:
> MSVC++ is picky about this. It considers classes and structs to be
> different types so you have to be consistent. If you forward declared
> a
> struct as a class within the same compilation unit, it would complain
> about that too. It's not just linking.
You are right...
BTW, I've just fixed that problem in my checkout