public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99583] New: Parameter packs not expanded in lambda noexcept specifier
@ 2021-03-14  8:13 hewillk at gmail dot com
  2021-03-15  8:47 ` [Bug c++/99583] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hewillk at gmail dot com @ 2021-03-14  8:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99583
           Summary: Parameter packs not expanded in lambda noexcept
                    specifier
           Product: gcc
           Version: 4.7.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 valid code failed since gcc-4.7

void f(...);

template <bool... B> 
void g() {  
 f([]() noexcept(B) {} ...);  
}

(goldbot: https://gcc.godbolt.org/z/WoKaab)

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

end of thread, other threads:[~2021-04-15 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14  8:13 [Bug c++/99583] New: Parameter packs not expanded in lambda noexcept specifier hewillk at gmail dot com
2021-03-15  8:47 ` [Bug c++/99583] " rguenth at gcc dot gnu.org
2021-04-01 20:07 ` cvs-commit at gcc dot gnu.org
2021-04-01 20:08 ` jason at gcc dot gnu.org
2021-04-15 19:03 ` cvs-commit 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).