[Bug c++/42741] c++0x: core dump in recursive lambda function

vimal78 at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Jan 14 02:00:00 GMT 2010



------- 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



More information about the Gcc-bugs mailing list