This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error in egcs-1.1b
- To: egcs at cygnus dot com (egcs at cygnus dot com)
- Subject: Re: Internal compiler error in egcs-1.1b
- From: Carlo Wood <carlo at runaway dot xs4all dot nl>
- Date: Tue, 13 Oct 1998 16:05:36 +0200 (CEST)
| class BarEventServer : public event_server_ct {
| public:
| class EventData {
| string i;
| public:
| EventData(const string &s) : i(s) {}
| friend ostream &operator<<(ostream &os, const EventData& d) { return os << d.i; }
^^^^^^^^^^^^^^^^^
You might need to remove this line, or #include <iostream.h>
:/
--
Carlo Wood <carlo@runaway.xs4all.nl>