https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99809
--- Comment #3 from 康桓瑋 <hewillk at gmail dot com> --- More reduced: template <typename, typename> concept C = true; void f(auto... args) { [](C<decltype(args)> auto) {}; } int main() { f(); }
hewillk at gmail dot com via Gcc-bugs Wed, 31 Mar 2021 07:38:32 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99809
--- Comment #3 from 康桓瑋 <hewillk at gmail dot com> --- More reduced: template <typename, typename> concept C = true; void f(auto... args) { [](C<decltype(args)> auto) {}; } int main() { f(); }