On Mon, 29 Sep 2014 16:07:49 +0000
AsmMan via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> but it doesn't?
> 
> void f(out int c = 1)
'cause `out int c` is actually `int* c`. you can't assign int(1) to
pointer.

Attachment: signature.asc
Description: PGP signature

Reply via email to