This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: patch - implementation of stdio_fstream
- From: Phil Edwards <phil at jaj dot com>
- To: Robert Schweikert <rjschwei at cox dot net>
- Cc: gcc-libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 18 Feb 2004 00:54:41 -0500
- Subject: Re: patch - implementation of stdio_fstream
- References: <1077066793.21562.88.camel@triumph.rjsdomain>
On Tue, Feb 17, 2004 at 08:13:14PM -0500, Robert Schweikert wrote:
>
> Also when this works I'd appreciate it if this could be merged with the
> main trunk
http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html
Scroll all the way down.
> (any chance this can make it into 3.4?)
No, that branch is in stage three: http://gcc.gnu.org/develop.html#stage3
> template<typename _CharT, typename _Traits>
> class stdio_ifstream : public std::basic_istream<_CharT, _Traits>
In addition to the legal requirements of the first link, this would need to
be documented for the users before it could go in. Looks good, though!
--
Besides a mathematical inclination, an exceptionally good mastery of
one's native tongue is the most vital asset of a competent programmer.
- Edsger Dijkstra, 1930-2002