This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ v3 wants more libio functions now
- To: briareos at lokigames dot com, gcc at gcc dot gnu dot org
- Subject: Re: libstdc++ v3 wants more libio functions now
- From: Mike Stump <mrs at windriver dot com>
- Date: Tue, 25 Jul 2000 11:39:32 -0700 (PDT)
> Date: Tue, 25 Jul 2000 08:22:38 -0700
> From: Michael Vance <briareos@lokigames.com>
> To: gcc@gcc.gnu.org
> On Mon, Jul 24, 2000 at 06:50:37PM -0700, Ulrich Drepper wrote:
> > functions libstdc++ will need (mostly wide char stuff) and I want to
> As an aside, is the definition of "wchar_t" owned by glibc or gcc?
It is a reserved word (in C++), that makes it owned by gcc, no? :-)