This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Internal compiler error in egcs-1.1b


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]