Error: constant false is not an lvalue

Manfred_Nowak svv1999 at hotmail.com
Mon Aug 31 10:00:34 PDT 2009


Steven Schveighoffer wrote:

> What is i referencing when you call:
>   foo();

Is this an argument for making

  int j; 
  void foo(ref int i = &j);
  foo():

legal D?

-manfred
 



More information about the Digitalmars-d-learn mailing list