-
- Downloads
re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier)
2014-10-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/59987
* doc/xml/manual/status_cxx2011.xml: Remove hexfloat from notes.
* doc/html/manual/status.html: Regenerate.
* 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.
Co-Authored-By:
Jonathan Wakely <jwakely@redhat.com>
From-SVN: r215952
Showing
- libstdc++-v3/ChangeLog 13 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/doc/html/manual/status.html 0 additions, 1 deletionlibstdc++-v3/doc/html/manual/status.html
- libstdc++-v3/doc/xml/manual/status_cxx2011.xml 0 additions, 1 deletionlibstdc++-v3/doc/xml/manual/status_cxx2011.xml
- libstdc++-v3/include/bits/ios_base.h 21 additions, 0 deletionslibstdc++-v3/include/bits/ios_base.h
- libstdc++-v3/src/c++98/locale_facets.cc 12 additions, 5 deletionslibstdc++-v3/src/c++98/locale_facets.cc
- libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc 152 additions, 0 deletions...27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc
Loading
Please register or sign in to comment