public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/59987] New: [C++11]: Missing ios_base::hexfloat format specifier
@ 2014-01-29 17:42 npl at chello dot at
  2014-09-19 11:10 ` [Bug libstdc++/59987] " redi at gcc dot gnu.org
  2014-10-06 15:56 ` redi at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: npl at chello dot at @ 2014-01-29 17:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59987

            Bug ID: 59987
           Summary: [C++11]: Missing ios_base::hexfloat format specifier
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: npl at chello dot at

The specifier for hexadecimal floats is missing:
http://www.cplusplus.com/reference/ios/hexfloat/
I suppose the parsing of this format isnt working either (only tested this with
gcc 4.7, but there doesnt seem to be any changes).

stringstream instream("0x1.0624dd2f1a9fcp-10");
double val;
instream >> val; // should be  0.001


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-06 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-29 17:42 [Bug libstdc++/59987] New: [C++11]: Missing ios_base::hexfloat format specifier npl at chello dot at
2014-09-19 11:10 ` [Bug libstdc++/59987] " redi at gcc dot gnu.org
2014-10-06 15:56 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).