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

greenify <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from greenify <[email protected]> ---
Hmm I tried to hack it with:

```
alias CT = CommonType!(ElementType!(Unqual!R1), ElementType!(Unqual!R2));

```

It works well for the runtime, but in CTFE one still gets `cast from int* to
int[]* is not supported`.

Using CT[] compiles in CTFE, but returns garbage.

--

Reply via email to