On Sat, 25 Apr 2015 09:50:46 -0400, Daniel Murphy
<[email protected]> wrote:
"bitwise" wrote in message
news:[email protected]...
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.