This is the mail archive of the gcc-bugs@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: BUG REPORT


> The problem is that I forgot to include the library <deque> in my
> main file, resulting in the compiler sending an internal error
> insted of recognizing that the definition of the class deque is
> missing.

Thanks for your bug report. gcc-2.95.2 says

In file included from teste.cc:4:
class_history.h: At top level:
class_history.h:24: syntax error before `;'
class_history.h:25: syntax error before `::'

so the bug has been fixed.

Regards,
Martin

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