[Issue 14696] destructor for temporary called before statement is complete with ternary operator and alias this
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jun 13 21:40:46 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14696
--- Comment #1 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
the same bug on HEAD without an alias:
//alias get this;
...
foo(args.length ? makes().get : null);
--
More information about the Digitalmars-d-bugs
mailing list