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

--- Comment #3 from Andrej Mitrovic <[email protected]> ---
The only problem is, how do you call toString via an IUnknown interface? I need
it to implement better support for formatting COM objects, see Issue 11175.

IUnknown doesn't declare toString, but if you cast an IUnknown interface to
object you get back null.

--

Reply via email to