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: [v3] remove non-standard basic_filebuf members, fd, FILE filebufs



> I'm for anything which simplifies I/O debugging and documentation.

Me too. 

> The file/fd class merge you mentioned in a followup also sounds good.

c_filebuf, then? I'll add a ctor that sets file permissions as well.
I think those were the top three gripes then.

> Dare I suggest
> 
>     __glibcpp_class_requires(state_type, _SGIAssignableConcept)
> 
> say, just before the _M_state_cur assignment?

Ok, done.

I'll post a patch later.

-benjamin


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