Re: Scope storage class

2008-12-04 Thread Steven Schveighoffer
"Sergey Gromov" wrote > Mon, 1 Dec 2008 14:10:27 -0500, Steven Schveighoffer wrote: > >> "Walter Bright" wrote >>> Steven Schveighoffer wrote: "Walter Bright" wrote > Jarrett Billingsley wrote: >> So my suspicion is correct, then? That is: >> >> scope int delegate() b; >>

Re: Scope storage class

2008-12-04 Thread Sergey Gromov
Mon, 1 Dec 2008 14:10:27 -0500, Steven Schveighoffer wrote: > "Walter Bright" wrote >> Steven Schveighoffer wrote: >>> "Walter Bright" wrote Jarrett Billingsley wrote: > So my suspicion is correct, then? That is: > > scope int delegate() b; > b = { ... }; > > Will all