public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Graziano Servizi <Graziano.Servizi@bo.infn.it>
To: gcc-help@gcc.gnu.org
Subject: little questions
Date: Mon, 01 Sep 2014 13:58:00 -0000	[thread overview]
Message-ID: <54047B9B.1050209@bo.infn.it> (raw)

Aren't declared yet in std the

                               hexfloat
                               defaultfloat

C++11 manipulators?

It is planned to introduce them?

I ask this because the statement

           std :: cout << 0x1.8p-1 << std :: endl;

is recognized by the 4.8.3 release of the gcc/g++ compiler and prints 
out (correctly) 0.75 while the "opposite"
(which I argued could print 1.8p-1)

           std :: cout << std :: hexfloat << 0.75 << std :: endl;

is considered erroneous: the compiler claims hexfloat being not declared 
(all reasonable headers were been included).

Thanks

                         G. Servizi

             reply	other threads:[~2014-09-01 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-01 13:58 Graziano Servizi [this message]
2014-09-01 14:34 ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54047B9B.1050209@bo.infn.it \
    --to=graziano.servizi@bo.infn.it \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).