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: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: bkoz at redhat dot com, libstdc++ at gcc dot gnu dot org
- Date: Thu, 29 Nov 2001 19:31:06 +0100
- Subject: Re: [PATCH] Fix second half of PR3655
- References: <3C067CD2.7C09804E@unitus.it>
Oops...
Once more the Changelog is not ok: this time one hunk is completely missing.
Corrected thusly:
* 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.
Sorry!
Paolo.