[Issue 17194] [scope] Fwd reference error with nested struct
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Aug 31 01:17:21 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17194
--- Comment #4 from radu.racariu at gmail.com ---
I think the original description is different than Elie's example.
For one, the argument is sent by ref - the issue I was describing is related to
the interaction of 'scope' and 'ref'.
I expected that 'scope ref V' be the same as 'scope V*'
--
More information about the Digitalmars-d-bugs
mailing list