++
Assignee: unassigned at gcc dot gnu.org
Reporter: andipeer at gmx dot net
Target Milestone: ---
The following code
#include
template
void func(Args... args)
{
auto f = [&](std::index_sequence,
Args... args) {
auto f2 = [&](auto, auto) { };
(f2(Indic
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: andipeer at gmx dot net
Target Milestone: ---
Created attachment 39828
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39828&action=edit
Minimal wo