Thread overview
pure, safe, nothrow delegate
Mar 09, 2010
Michal Minich
Mar 10, 2010
bearophile
Mar 11, 2010
Michal Minich
March 09, 2010
is there way to decorate delegate type with any of these?
March 10, 2010
Michal Minich:
> is there way to decorate delegate type with any of these?

Yes, you can do it, but this part of the language is new and I think it has some bugs.

Bye,
bearophile
March 11, 2010
On Wed, 10 Mar 2010 08:28:16 -0500, bearophile wrote:

> Michal Minich:
>> is there way to decorate delegate type with any of these?
> 
> Yes, you can do it, but this part of the language is new and I think it has some bugs.
> 
> Bye,
> bearophile

I see that you also post a bug report about it. Thank you.