From: SourceForge.net <no...@so...> - 2003-06-10 11:43:38
|
Patches item #751868, was opened at 2003-06-10 11:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=751868&group_id=12999 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Wakely (redi) Assigned to: Nobody/Anonymous (nobody) Summary: Including <istream> breaks compilaton Initial Comment: The introduction of <istream> into saxparser.cc (revision 1.31) breaks compilation with older pre-standard compilers such as GCC 2.95. Replacing it with <iostream> fixes this, as already done with the following changes: 2003-04-19 09:24 murrayc * document.cc: 2003-04-18 Murray Cumming <mu...@us...> > > * Applied Jaka Jejcic's patch to fix compilation on NetBSD, including > iostream.h instead of istream.h. > 2003-01-03 01:44 murrayc * parsers/parser.h: 2002-12-24 Morten Brix Pedersen <mo...@wt...> * Include <iostream> instead of <istream> to compile on gcc 2.95.4. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=751868&group_id=12999 |