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