------- Comment #1 from vimal78 at gmail dot com 2010-01-14 01:59 ------- the capture list refers to these lambda functions:
auto term = [](int a)->int{return a*a;}; auto next = [](int a)->int{return a++;}; sorry i didn't put this along earlier. -- vimal78 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|core dump in recursive |c++0x: core dump in |lambda function |recursive lambda function http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42741