https://issues.dlang.org/show_bug.cgi?id=15557
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from RazvanN <[email protected]> --- 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. --
