locale_facets.tcc (num_put::_M_convert_float): Allow one more digit of precision.
authorScott Snyder <snyder@fnal.gov>
Sat, 9 Mar 2002 02:12:30 +0000 (02:12 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 9 Mar 2002 02:12:30 +0000 (02:12 +0000)
2002-03-08  scott snyder  <snyder@fnal.gov>

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

index 6222c1ec77da7e2f31dda27bd16aae77b692c80b..1ba73fd4763ce31e8882b561edf14e636b9b64be 100644 (file)
@@ -1,3 +1,11 @@
+2002-03-08  scott snyder  <snyder@fnal.gov>
+
+       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  <bkoz@redhat.com>
 
        * include/std/std_limits.h: Move static const data members out of