Allright,

I'm not getting much wiser, but the following code demonstrates
the problem:

---------------------------------
#include <stdio.h>
class k
{
public:
virtual void printf(const char* format, ...);
}

int main( void )
{
return 0;
}
---------------------------------

compile it with gcc3.2 :

c++ -Wall code.cpp - works fine
c++ -Wall -O code.cpp - line 5: parse error before 'char'

Now comment out the include stdio.h, and try again - works
fine.

/Per

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to