https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107437
Jordi Vilar <development at jordi dot vilar.cat> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |development at jordi dot vilar.cat --- Comment #1 from Jordi Vilar <development at jordi dot vilar.cat> --- BTW, capturing (the unneded!) N in the nested lambda, raises a beautiful error: error: integral expression '(std::integral_constant<long unsigned int, 3>::value_type)N' is not constant. Should I fill a new issue for this?