[Bug c++/57938] New: Compiler breaks when a lambda expression is used as a default parameter in a constructor
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: francesco.nidito at gmail dot com Created attachment 30530 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30530&action=edit contains both the .cpp and
[Bug c++/57938] Compiler breaks when a lambda expression is used as a default parameter in a constructor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57938 --- Comment #1 from Francesco Nidito --- Tried the code on gcc 4.8.1 for win32 (mingw) and it dos not repro.