Issue 1085 - <ostream> is not part of gcc 2.95.2
Summary: <ostream> is not part of gcc 2.95.2
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: porting
Classification: Code
Component: documentation (show other issues)
Version: 632
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: sander_traveling
QA Contact: issues@porting
URL:
Keywords:
Depends on: 1096
Blocks: 1041
  Show dependency tree
 
Reported: 2001-06-21 18:31 UTC by issues@www
Modified: 2010-03-29 21:17 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to use <iostream> (688 bytes, patch)
2003-12-06 14:52 UTC, issues@www
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description issues@www 2001-06-21 18:31:04 UTC
framework/source/register/registerservices.cxx uses <ostream> which does not 
come with gcc 2.95.2 (libstdc++), however using <iostream> does effectively the 
same.
Comment 1 issues@www 2001-06-21 18:32:11 UTC
Created attachment 300 [details]
Patch to use <iostream>
Comment 2 issues@www 2001-06-23 02:04:55 UTC
This problem does not exist in gcc 3.0, so there are no long term 
considerations with this bug.  I think we should just push this patch in, as we 
have no way of determining which STL is being used, and work around it.  This 
will come with time, as configure.in grows of ages.
Comment 3 Unknown 2001-11-08 22:53:07 UTC
changing QA contact from bugs@ to issues@
Comment 4 sander_traveling 2002-05-14 16:33:30 UTC
issuezilla cleanup

close for now, please reopen when the libstdc++ based port is active
again
Comment 5 caolanm 2010-03-29 21:17:36 UTC
per issue 106845 sb removed the partial irix port, so this doesn't make sense in
isolation anymore