This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: inner class in template class
- To: lfarkas at mindmaker dot hu
- Subject: Re: inner class in template class
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Wed, 4 Aug 1999 00:06:11 +0200
- CC: gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- References: <37A6BA83.8EF1F0FF@mindmaker.hu>
> is it a correct code or just the compilers can understand me ?:
Thanks for your bug report. At least, I suppose this is a bug report;
if it is a question on C++, please ask that again in comp.lang.c++.
g++ currently cannot compile your code, as the iostreams library is
not conforming to the standard, yet. In particular, no templates named
basic_ostream or char_traits are defined, which causes the errors you
probably see.
Hope this helps,
Martin