This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: CVS problems
- To: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Subject: Re: CVS problems
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Fri, 16 Apr 1999 02:04:58 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> > 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