May 09, 2018
https://issues.dlang.org/show_bug.cgi?id=15609

--- Comment #1 from Manu <turkeyman@gmail.com> ---
MSVC emits the vptr as "__vfptr", which is a pointer to an array of void*

Please have DMD match this array of void* convention, so we can inspect the state of the vtable in D just the same as in C++?

--
September 19, 2018
https://issues.dlang.org/show_bug.cgi?id=15609

Manu <turkeyman@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--