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?

Reply via email to