Re: [PATCH] libstdc++: Add hexfloat/defaultfloat io manipulators.

2014-03-27 Thread Jonathan Wakely
On 27/03/14 12:52 +0100, RĂ¼diger Sonderfeld wrote: * include/bits/ios_base.h (hexfloat): New function. (defaultfloat): New function. * src/c++98/locale_facets.cc (__num_base::_S_format_float): Support hexadecimal floating point format. * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hex

[PATCH] libstdc++: Add hexfloat/defaultfloat io manipulators.

2014-03-27 Thread RĂ¼diger Sonderfeld
* include/bits/ios_base.h (hexfloat): New function. (defaultfloat): New function. * src/c++98/locale_facets.cc (__num_base::_S_format_float): Support hexadecimal floating point format. * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: New file. hexfloat/defaultfloat are new io