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

Paul Backus <[email protected]> changed:

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

--- Comment #1 from Paul Backus <[email protected]> ---
According to the language spec [1]:

> A COM interface is defined as one that derives from the interface 
> core.stdc.win­dows.com.IUnknown.

So, the example given in this issue is not a COM interface, and therefore
should not be expected to work in BetterC (even if LDC allows it as a language
extension).

[1] https://dlang.org/spec/interface.html#com-interfaces

--

Reply via email to