I'm trying to build a parser-program, but when i compile my programm it gives me this error:
c:\program files\microsoft visual studio\vc98\include\map(27) : error C2143: syntax error : missing ';' before 'namespace'
The line where the error seems to be contains the following code:
_STD_BEGIN
Anyone have any idea, why i get this error? it is an include-file from Visual C++ itself, so i don't think it's a fault from my side, or am i wrong?
c:\program files\microsoft visual studio\vc98\include\map(27) : error C2143: syntax error : missing ';' before 'namespace'
The line where the error seems to be contains the following code:
_STD_BEGIN
Anyone have any idea, why i get this error? it is an include-file from Visual C++ itself, so i don't think it's a fault from my side, or am i wrong?