This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: patch - implementation of stdio_fstream
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 2 Apr 2004 12:40:15 -0600
- Subject: Re: patch - implementation of stdio_fstream
- Organization: Red Hat / Chicago
- References: <1080505094.1922.11.camel@triumph.rjsdomain>
>Here we go the legal stuff shold all be taken care off now. Here is the
>patch implementing an extension to hook the stdio_filbuf up with an
>stdio_fstream. This allows people to hook streams up to pipes
>(initialization with fd) and FILE*. Both use cases are really useful but
>no longer supported by the C++ standard.
Ok, your assignment just came through, so putting this in is now a
possibility. Thanks again for your patience.
-benjamin