extern(C++, NS)

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 30 13:59:21 PST 2015


On Monday, 30 November 2015 at 21:42:19 UTC, Walter Bright wrote:
> On 11/30/2015 12:47 PM, Ola Fosheim Grøstad wrote:
>> [...]
>
> Summary: if the C++ declarations change then the D ones that 
> interface to it have to change, too.
>
> I'd have to say that's a given.

It might be a given, but as pure C++11 libraries become more 
common people will need a way to deal with inlined namespaces in 
a way that isn't annoying. And if the changes does not show up in 
the mangling, then it won't be caught at link-time either. We'll 
see...



More information about the Digitalmars-d mailing list