Objective C and C++ Compatibility?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 5 23:27:40 PDT 2015


On 2015-10-05 16:16, Jack Stouffer wrote:
> Around the release of 2.068 I saw a couple of threads about Objective C
> compatibility in D, but it wasn't merged into stable for 2.068. Is this
> going to be merged into 2.069?

I think it's already merged into stable

> Any improvements from the very basic support that was shown?

Unfortunately no.

> Is there any documentation?

There's an open pull request for that [1]. You can either read that or 
the tests in the compiler [2].

[1] https://github.com/D-Programming-Language/dlang.org/pull/1039
[2] 
https://github.com/D-Programming-Language/dmd/blob/master/test/runnable/objc_call.d

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list