public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/94520] New: [10 Regression] <charconv> no longer compiles in C++14
@ 2020-04-07 15:26 redi at gcc dot gnu.org
  2020-04-07 15:27 ` [Bug libstdc++/94520] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2020-04-07 15:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94520
           Summary: [10 Regression] <charconv> no longer compiles in C++14
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
  Target Milestone: ---

This is supposed to be supported in C++14 as an extension:

#include <charconv>
int main() { }

But since r272695 it no longer works:

/home/jwakely/gcc/10/include/c++/10.0.1/charconv:71:21: error: '__or_v' was not
declared in this scope; did you mean '__or_'?
   71 |       = enable_if_t<__or_v<__is_signed_integer<_Tp>,
      |                     ^~~~~~
      |                     __or_

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

end of thread, other threads:[~2020-04-07 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 15:26 [Bug libstdc++/94520] New: [10 Regression] <charconv> no longer compiles in C++14 redi at gcc dot gnu.org
2020-04-07 15:27 ` [Bug libstdc++/94520] " redi at gcc dot gnu.org
2020-04-07 16:33 ` cvs-commit at gcc dot gnu.org
2020-04-07 16:35 ` 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).