https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64848
Bug ID: 64848
Summary: G++ internal compiler error with templated lambdas
capturing variable
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ginste51 at gmx dot at
Hello everyone,
i encountered this error while extending my program:
I tested gcc 4.8.4 and 4.9.2 with the same result.
For a fairly simple code snippit causing that error, please visit:
http://stackoverflow.com/questions/28202334/gcc-g-internal-error-c-templated-lambda
Thanks,
Lazarus