GSoC idea for interprocess library in D

Arun Chandrasekaran aruncxy at gmail.com
Mon Mar 18 07:13:24 UTC 2019


On Monday, 18 March 2019 at 05:35:06 UTC, rikki cattermole wrote:
> On 18/03/2019 6:19 PM, Arun Chandrasekaran wrote:
>> 
>> AFAIK, D shares the same binary interface with C and not with 
>> C++.
>
> Gonna need to clarify that.
>
> https://dlang.org/spec/cpp_interface.html
>
> E.g. what is not supported but is required?

Just by skimming through:

https://dlang.org/spec/cpp_interface.html#lifetime-management
https://dlang.org/spec/cpp_interface.html#special-member-functions
https://dlang.org/spec/cpp_interface.html#exception-handling



More information about the Digitalmars-d mailing list