newCTFE Status July 2017
Stefan Koch via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jul 23 12:51:39 PDT 2017
On Thursday, 13 July 2017 at 12:45:19 UTC, Stefan Koch wrote:
> [ ... ]
Hi Guys
I am currently fixing multi-dimensional arrays as outer
parameters.
So the following does not work.
uint sumXd(uint[2][2]) { ... bla bla ... }
pragma(msg, sumXd([[2,4],[4,7]]));
This pretty tricky since we have the constraint of reprenting
slices and arrays with the same ABI.
So far I have worked 15 hours on this issue and it looks like
it's going to be alot more :(
More information about the Digitalmars-d
mailing list