https://qa.mandrakesoft.com/show_bug.cgi?id=600
Product: gcc-c++
Component: program
Summary: Source compiled under Mandarke 8.0 g++ does not compile
Version: 3.2-1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I have source code which uses the "string" class (#include "string").
With previous versions of mandrake 8.0 etc. this code compiled correctly.
Now on Mandrake 9.0 g++ 3.2-1mdk it fails with:
XMLDocument.cpp: In member function `DOMDocument*
XMLDocument::readDocument(const char*)':
XMLDocument.cpp:34: `string' undeclared (first use this function)
XMLDocument.cpp:34: (Each undeclared identifier is reported only once for each
function it appears in.)
XMLDocument.cpp:34: parse error before `=' token
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.