From 44087988dc6f77de013f157ac5732b37c9225851 Mon Sep 17 00:00:00 2001 From: Scott Snyder Date: Sat, 9 Mar 2002 02:12:30 +0000 Subject: [PATCH] locale_facets.tcc (num_put::_M_convert_float): Allow one more digit of precision. 2002-03-08 scott snyder libstdc++/5875 * include/bits/locale_facets.tcc (num_put::_M_convert_float): Allow one more digit of precision. * testsuite/27_io/ostream_inserter_arith.cc: Test that we can From-SVN: r50471 --- libstdc++-v3/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6222c1ec77d..1ba73fd4763 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2002-03-08 scott snyder + + libstdc++/5875 + * include/bits/locale_facets.tcc (num_put::_M_convert_float): + Allow one more digit of precision. + * testsuite/27_io/ostream_inserter_arith.cc: Test that we can + write a double and read back in the same value. + 2002-03-08 Benjamin Kosnik * include/std/std_limits.h: Move static const data members out of -- 2.30.2