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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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