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] Move _M_buf_size to basic_filebuf


Paolo Carlini wrote:

Hi,

currently, it's used only by basic_filebuf, therefore can
be moved there, thus making basic_streambuf yet more lean.

By the way, a very similar treatment can be reserved to _M_buf, currently essentially unused for basic_stringuf except a couple of redundant places.


Patch coming soon...

Paolo.


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