[Issue 17351] Static const array can't be evaluated at compile time when passed as ref argument
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Apr 28 22:13:41 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17351
--- Comment #4 from uplink.coder at googlemail.com ---
As far as I can see there is no special treatment.
CTFE does only work on literals results of ctfe evaluations are always
literals.
--
More information about the Digitalmars-d-bugs
mailing list