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] delay _M_fill initialization


Benjamin Kosnik wrote:

>This delays the initialization of _M_fill untill the first call of
>basic_ios::fill(). By doing this, things like basic_istream<unsigned
>short> can use unformatted I/O without adding non-required facets to
>the imbued locale.
>
My personal, humble opinion is that this is very very nice! Good work 
Benjamin!

P.



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