On Sunday, 28 September 2014 at 19:32:11 UTC, Jay wrote:
thanks! but i'm still interested *why* you can't have this with 'new'. if there's no good reason i will file a bug report.
Because `new` is not a function - it's an operator.
Idan Arye via Digitalmars-d-learn Sun, 28 Sep 2014 12:45:24 -0700
On Sunday, 28 September 2014 at 19:32:11 UTC, Jay wrote:
thanks! but i'm still interested *why* you can't have this with 'new'. if there's no good reason i will file a bug report.
Because `new` is not a function - it's an operator.