Internal compiler error in egcs-1.1b

Carlo Wood carlo@runaway.xs4all.nl
Tue Oct 13 08:07:00 GMT 1998


| 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>



More information about the Gcc mailing list