DMD now does Dwarf style exception handling!

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 5 05:45:53 PST 2016


On 2016-01-05 14:30, Ola Fosheim Grøstad wrote:

> I assume I can use it for interfacing indirectly with Swift on Linux as
> well??

It's not possible to interface Swift and C++ directly. One needs to go 
though Objective-C++. There's a tool that can automatically generate 
bindings [1]. I have no idea how well that works.

[1] https://github.com/sandym/swiftpp

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list