On Wednesday, February 16, 2005, at 10:03 AM, Serguei Kouratov wrote:
@implementation MyClass; /// <<<--- Test.mm:13: internal compiler error...
Is the ';' even supposed to be allowed there? Maybe the bug is that the non-ObjC++ compiler accepts this.
-tim