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: patch - implementation of stdio_fstream


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


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