DMD 1.022 and 2.005 releases

BLS nanali at nospam-wanadoo.fr
Wed Oct 10 09:26:18 PDT 2007


Regan Heath schrieb:
> BLS wrote:
>> I think :
>> void foo(ref int i){}
>> will do the Job in D
>> ( But function parameters are not part of the problem )
> 
> I know that, I was just guessing what 0ffh (aka Frank) was referring to.
Okay Sorry !
> 
> Regan

The problem is ;
//C++
int value = 100;
int &rIntRef = value;

Bjoern



More information about the Digitalmars-d-announce mailing list