locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when using hexflo...
authorJonathan Wakely <jwakely@redhat.com>
Wed, 8 Oct 2014 13:25:30 +0000 (14:25 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 8 Oct 2014 13:25:30 +0000 (14:25 +0100)
commit9d07d890e6542570950e1b0bbbb231fac3249774
treefe473af6016acce12d3c93426a3c5e0deaa6cc04
parentc168f180720f857ef66ae9d23a27859afd1baa9a
locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when using hexfloat format.

* include/bits/locale_facets.tcc (num_put::_M_insert_float): Do not
pass precision when using hexfloat format.
* src/c++98/locale_facets.cc (__num_base::_S_format_float): Always
output precision if C99 hexfloat conversion specifiers not available.

From-SVN: r216001
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/src/c++98/locale_facets.cc