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

ag0aep6g <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|WORKSFORME                  |---

--- Comment #2 from ag0aep6g <[email protected]> ---
(In reply to RazvanN from comment #1)
> This has now been fixed. It seems indeed that the common type is void*,
> however the initial example fails at line 5: test.d(5): Error: cannot
> implicitly convert expression `a` of type `const(int)*` to `void*`, which is
> correct.

This has not been fixed. The common type is `const(void)*`, not `void*`.
Reopening.

--

Reply via email to