DMD 1.007 release

BCS BCS at pathlink.com
Wed Feb 21 11:21:35 PST 2007


Jarrett Billingsley wrote:
> "Walter Bright" <newshound at digitalmars.com> wrote in message 
> news:erh7kb$1i0s$2 at digitalmars.com...
> 
>>Hasan Aljudy wrote:
>>
>>>It's considered a bug though, isn't it? this dependency on the order of 
>>>declaration ...
>>
>>It'll be a while before that all gets sorted out.
> 
> 
> And therefore a while before 102/282/912 gets sorted out as well?  Sigh.. I 
> hate forward declarations. 
> 
> 
not to mention the order dependency of overloaded function lookup;

void foo(){}
void foo(int i){}

auto fnp = &foo;

//swap foo's and the type of fnp changes



More information about the Digitalmars-d-announce mailing list