This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix second half of PR3655
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 29 Nov 2001 14:32:02 -0800 (PST)
- Subject: Re: [PATCH] Fix second half of PR3655
This in, thanks.
> * include/bits/locale_facets.tcc (__pad): Add bool parameter to correctly pad
> internal-adjusted const char*-type objects.
> * include/bits/locale_facts.tcc (num_put::_M_insert): Update call.
> * include/bits/ostream.tcc (operator<<(_CharT , char, const _CharT*, const char*,
> const basic_string&): Update calls.
> * src/locale-inst.tcc: Update declarations.
> * testsuite/27_io/ostream_inserter_arith.cc (test04): Add test.