bearophile Thu, 12 Nov 2009 08:40:32 -0800
Steven Schveighoffer: > int c = (){return a + b;}();
You can also write: int c = {return a + b;}(); Bye, bearophile