This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++ Templete function internal error bug report
- To: ikki at mx1 dot tiki dot ne dot jp
- Subject: Re: C++ Templete function internal error bug report
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Fri, 29 Oct 1999 23:29:18 +0200
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <004b01bf2131$84bdab40$b18cedd2@k.akita>
> And I reimplemanted. and Error is occored.
Thanks for your bug report. Unfortunately, you did not say which compiler version you are using; see
http://egcs.cygnus.com/faq.html#bugreport
for information we need. I tried compiling your code with gcc-2.95.2.
g++ found several errors with your code, such as
Graph.h:22: ANSI C++ forbids declaration `insert' with no type
This suggests you are using an older compiler; I suggest to update.
Hope this helps,
Martin