DMD now does Dwarf style exception handling!

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


On 2016-01-05 12:21, Ola Fosheim Grøstad wrote:

> 2. Modern performant C++ libraries use templating through and through...
> D has not strategy for interfacing with these.
>
> How are you going to solve that with D? D's C++ support will be obsolete
> before it is finished.

D can already interface with C++ templates, as long as they are 
instantiated on the C++ side already. Then it's only a matter of mangling.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list