public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function
@ 2014-07-13  8:49 kariya_mitsuru at hotmail dot com
  2014-07-13  9:00 ` [Bug libstdc++/61791] " kariya_mitsuru at hotmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kariya_mitsuru at hotmail dot com @ 2014-07-13  8:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61791

            Bug ID: 61791
           Summary: [C++11] [constexpr] Additional overloads of std::real
                    should be a constexpr function
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kariya_mitsuru at hotmail dot com

I think that the sample code below should be compiled successfully.

===========================================
#include <complex>

static constexpr double d = std::real(10);

int main() {}
===========================================

Note that it is compiled successfully if the argument is
std::complex<double>(10) instead of 10.

According to C++11 standard 26.4.9[cmplx.over] paragraph 2, "if either argument
has type complex<double>, double, or an integer type, then both arguments are
effectively cast to complex<double>."

Therefore, I think it should be compiled successfully too.


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

end of thread, other threads:[~2015-04-09 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13  8:49 [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function kariya_mitsuru at hotmail dot com
2014-07-13  9:00 ` [Bug libstdc++/61791] " kariya_mitsuru at hotmail dot com
2014-07-13 13:21 ` daniel.kruegler at googlemail dot com
2015-04-09 15:44 ` 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).