https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
--- Comment #6 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Reduced:
template<class T>
void f() {
[](auto) {
[]<template<class> class L>(L<int>) { };
};
}
template void f<int>();
ppalka at gcc dot gnu.org via Gcc-bugs Thu, 27 Apr 2023 11:31:13 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109651
--- Comment #6 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Reduced:
template<class T>
void f() {
[](auto) {
[]<template<class> class L>(L<int>) { };
};
}
template void f<int>();