This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] delay _M_fill initialization
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 27 Feb 2002 11:52:01 +0100
- Subject: Re: [v3] delay _M_fill initialization
- References: <200202270100.g1R10t121862@fillmore.constant.com>
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.