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=6765>. 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=6765 HPUX compile error when using new iostreams [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Blocker |Enhancement Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2002-02-28 21:19 ------- Looks like a compiler bug to me. We don't currently support using new streams on HP, although we'll consider trying to fix the problem once we can get a compiler upgrade. Our current version is: aCC: HP ANSI C++ B3910B A.03.27 which won't compile the code due to internal compiler errors. You might try: #include <iostream> in the source file.
