public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/102915] New: GCC allows a trailing requires clause on a non templated lambda
@ 2021-10-24 17:21 hewillk at gmail dot com
  0 siblings, 0 replies; only message in thread
From: hewillk at gmail dot com @ 2021-10-24 17:21 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102915
           Summary: GCC allows a trailing requires clause on a non
                    templated lambda
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

The following code should not be accepted, please correct me if I am wrong.

template<class = void>
auto l = []() requires true {};

int main() { l<>(); }

https://godbolt.org/z/h8ndYs3x8

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-24 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24 17:21 [Bug c++/102915] New: GCC allows a trailing requires clause on a non templated lambda hewillk at gmail dot com

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).