Nested-Functions
Why would dont add it at GNU G++?
Re: Nested-Functions
nt i; void ofcn(void){ i=100; } ofcn(); printf("%d\n",i); } int main(void){ fcn(); } 04.01.2018, 06:05, "Jonathan Wakely" : > On 3 January 2018 at 21:13, Alexsandr Yvarov wrote: >> Why would dont add it at GNU G++? > > Aren't C++ lambda expressions more powerful and flexible?