DIP61: redone to do extern(C++,N) syntax

via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 27 23:30:55 PDT 2014


On Monday, 28 April 2014 at 06:18:01 UTC, Walter Bright wrote:
> What I mean is I need a specific code example of what you're 
> talking about, as I cannot deduce it from your statement.

I assume that the type is structural for the extern so that won't 
be a problem, but if std:: is extern in library1 and library2 and 
I also later need a D identifier std.something, will I then have 
to write:

library1.cppbinding.std.something
library2.std.something

instead of std::something?


More information about the Digitalmars-d mailing list