extern(C++) infer linkage from interface?

bitwise via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 26 09:04:44 PDT 2015


On Sat, 25 Apr 2015 09:50:46 -0400, Daniel Murphy  
<yebbliesnospam at gmail.com> wrote:

> "bitwise"  wrote in message  
> news:op.xxishfi24sdys0 at nicolass-macbook-pro.local...
>
>> I have a class with callbacks that can be overridden, which are  
>> inherited from an extern(C++) interface. The callbacks are called from  
>> C++ code. Is there any chance that the linkage will be inferred in the  
>> future?
>
> I think there's a bug report about this, somewhere.  I'm not sure it's  
> worth changing.


Ok, thanks for the info. I was wondering if there was some prohibitive  
reason that the behavior I'm requesting was not currently in force. I  
guess I'll dig around in bugzilla then, and file an enhancement request if  
one does not exist.


More information about the Digitalmars-d mailing list