public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95568] New: No CTAD with list initialization within requires-clause
@ 2020-06-08  2:17 johelegp at gmail dot com
  2020-06-16 19:51 ` [Bug c++/95568] " ppalka at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: johelegp at gmail dot com @ 2020-06-08  2:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95568
           Summary: No CTAD with list initialization within
                    requires-clause
           Product: gcc
           Version: 10.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: johelegp at gmail dot com
  Target Milestone: ---

See https://godbolt.org/z/Ljt-85.
```C++
template<class T> struct X { T x; };
template<class T> concept Y = requires { X{0}; };
```

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

end of thread, other threads:[~2020-06-29 15:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-08  2:17 [Bug c++/95568] New: No CTAD with list initialization within requires-clause johelegp at gmail dot com
2020-06-16 19:51 ` [Bug c++/95568] " ppalka at gcc dot gnu.org
2020-06-18 19:47 ` mpolacek at gcc dot gnu.org
2020-06-18 21:48 ` mpolacek at gcc dot gnu.org
2020-06-18 22:56 ` mpolacek at gcc dot gnu.org
2020-06-20 18:02 ` johelegp at gmail dot com
2020-06-29 15:00 ` [Bug c++/95568] No CTAD with list initialization within templated entity cvs-commit at gcc dot gnu.org
2020-06-29 15:12 ` mpolacek 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).