This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix libstdc++/7744
- From: Nathan Myers <ncm at cantrip dot org>
- To: libstdc++ at gcc dot gnu dot org
- Date: Sun, 9 Mar 2003 14:35:27 -0800
- Subject: Re: [Patch] Fix libstdc++/7744
- References: <3E6B02E5.3070407@unitus.it>
On Sun, Mar 09, 2003 at 10:01:25AM +0100, Paolo Carlini wrote:
> this is the fix which we have already discussed at length:
> when not synced with stdio, we use read/write/lseek.
> ...
> Nathan, Benjamin, ok?
> 2003-03-09 Paolo Carlini <pcarlini at unitus dot it>
> Nathan Myers <ncm at cantrip dot org>
>
> PR libstdc++/7744
My only remark on this round is that, again, I am uncomfortable with
overloading standard member names. I'd rather see a _M_ prefix on
those, at least. Also, I wonder if the bool argument wouldn't better
be a class member, instead.
Nathan Myers