--- Comment #5 from vimal78 at gmail dot com 2010-01-14 21:42 ---
i am sorry, this is not a defect.
--
vimal78 at gmail dot com changed:
What|Removed |Added
S
--- Comment #4 from vimal78 at gmail dot com 2010-01-14 02:01 ---
Created an attachment (id=19594)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19594&action=view)
generated file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42741
--- Comment #3 from vimal78 at gmail dot com 2010-01-14 02:01 ---
Created an attachment (id=19593)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19593&action=view)
generated file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42741
--- Comment #2 from vimal78 at gmail dot com 2010-01-14 02:00 ---
Created an attachment (id=19592)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19592&action=view)
source file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42741
--- 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: