From: Philipp K. <pk...@sp...> - 2003-01-31 13:09:22
|
domparser.cc, line 71: getline should be changed to std::getline saxparser.cc, line 170: getline should be changed to std::getline domparser.cc, line 129: remove semicolon at end of line element.cc: In function write there are to variables both named iter, since they are declared in the for statement this is OK with the current C++ standard, but some compilers (like MSVC++) still follow the older version. Please rename them to unique names. Philipp Krause |