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] Fix libstdc++/7744


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


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