https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106221
Bug ID: 106221 Summary: cannot compile variadic arguments with a concept as the variadic type Product: gcc Version: 12.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: elliot.haisley at gmail dot com Target Milestone: --- Created attachment 53266 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53266&action=edit minimal example templates using a concept as a variadic template type results in a compiler error. clang and msvc both accept the same snippet.