This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: CVS problems



> > Just use the #if 0'd code for this one, it's better anyway because it
> > uses the cached fctype member.
> 
> Unfortunately, I then get
> 
> ../../bits/std_streambuf.h:77: `const class std::ctype<__wchar_t> * std::basic_streambuf<__wchar_t,std::char_traits<__wchar_t> >::_M_fctype' is protected
> ../../bits/std_istream.h:641: within this context

Yeah. I am working on this part of istream, so I just checked in your
patch. Evenutally that facet will be cached and I'll roll over to the code
that is currently #if 0'd.

> 1999-04-16  Martin von Löwis  <loewis@informatik.hu-berlin.de>
> 
> 	* src/complex.cc (FCT): Qualify all functions with global namespace.
> 	* src/locale.cc: Don't qualify memcpy and setlocale.
> 	* src/stdexcept.cc (__out_of_range): Qualify out_of_range with std::.
> 	(__length_error): Likewise, for length_error.
> 	* src/stlinst.cc: Qualify instantiations with std::.

this in.

Thanks,
Benjamin



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