DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13436>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13436 Deprecated standard C++ headers in StdOutFormatTarget.cpp [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Minor |Major Version|2.1.0 |2.2.0 ------- Additional Comments From [EMAIL PROTECTED] 2003-03-03 13:47 ------- The upcoming Visual C++.NET 7.1 has removed support for the old iostream library (that is, it doesn't ship <iostream.h> anymore, only <iostream>), so Xerces cannot be compiled without manually performing the change. I see from the CVS log that the change has been made, then undone because of problems with AIX; a possible solution to have code compilable by both non- ANSI and ANSI compilers could be adding macros in the XercesDef include file, like already done for namespace support. Alberto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
