This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: New AIX template failures
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: pcarlini at unitus dot it, libstdc++ at gcc dot gnu dot org
- Date: Mon, 28 Apr 2003 13:48:51 -0400
- Subject: Re: New AIX template failures
>>>>> Benjamin Kosnik writes:
Ben> If you look in that file you'll see that this missing instantiation is
Ben> already explicitly instantiated, or should be. Maybe I'm missing
Ben> something?
3983-fstram.cc includes:
template
std::basic_filebuf<unsigned char>::int_type
std::basic_filebuf<unsigned char>::_S_pback_size;
The error message is:
std::basic_filebuf<unsigned char, std::char_traits<unsigned char>>::_S_pback_size
There seem to be a different number of parameters.
David