https://issues.dlang.org/show_bug.cgi?id=15145

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #1 from Walter Bright <bugzi...@digitalmars.com> ---
It looks like CTFE is evaluating it, and hence can determine the array
dimensions so it can be converted. For the runtime evaluation, the array
dimension is not available.

Not sure what to do about this - D isn't supposed to speculatively attempt to
CTFE expressions meant to be evaluated at runtime.

--

Reply via email to