Re: Default Delegate Parameter

2010-01-26 Thread Jesse Phillips
BCS wrote: > Hello Jesse, > >> For the following code I get the bellow error. I'm wondering if I >> should be reporting a bug, or if creating default delegates is >> correctly prevented? >> >> .\defltdg.d(10): Error: delegate defltdg.__dgliteral3 is a nested >> function and cannot be accessed fro

Re: Default Delegate Parameter

2010-01-26 Thread BCS
Hello Jesse, For the following code I get the bellow error. I'm wondering if I should be reporting a bug, or if creating default delegates is correctly prevented? .\defltdg.d(10): Error: delegate defltdg.__dgliteral3 is a nested function and cannot be accessed from main import std.stdio; void

Default Delegate Parameter

2010-01-26 Thread Jesse Phillips
For the following code I get the bellow error. I'm wondering if I should be reporting a bug, or if creating default delegates is correctly prevented? .\defltdg.d(10): Error: delegate defltdg.__dgliteral3 is a nested function and cannot be accessed from main import std.stdio; void main() { t