From: Benjamin Kosnik Date: Thu, 29 Nov 2001 00:30:01 +0000 (+0000) Subject: locale_facets.tcc (__pad): Correctly pad internal-adjusted hex numbers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=911b415e5242af7ee14f8261482cf0d45fa78b4d;p=gcc.git locale_facets.tcc (__pad): Correctly pad internal-adjusted hex numbers. 2001-11-28 Paolo Carlini libstdc++/3655 * include/bits/locale_facets.tcc (__pad): Correctly pad internal-adjusted hex numbers. * testsuite/27_io/ostream_inserter_arith.cc: Add testcase. From-SVN: r47434 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b0b7819cb29..51434565520 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,8 +1,8 @@ 2001-11-28 Paolo Carlini libstdc++/3655 - * include/bits/locale_facets.tcc (__pad): correctly output hex - numbers internally aligned. + * include/bits/locale_facets.tcc (__pad): Correctly pad + internal-adjusted hex numbers. * testsuite/27_io/ostream_inserter_arith.cc: Add testcase. 2001-11-28 Paolo Carlini