* include/bits/locale_facets.tcc (num_put::_M_insert_float): Do not
commit400135ce934c52b755774d22e68b7d4f91711431
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 13:25:30 +0000 (8 13:25 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 13:25:30 +0000 (8 13:25 +0000)
treefe473af6016acce12d3c93426a3c5e0deaa6cc04
parent27628c9e7fbdcf862d8e74888a44351495ae108e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216001 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/src/c++98/locale_facets.cc