On 4/27/2014 11:01 PM, Walter Bright wrote:
On 4/27/2014 7:53 PM, "Ola Fosheim Grøstad"
<[email protected]>" wrote:
On Sunday, 27 April 2014 at 20:53:31 UTC, Walter Bright wrote:
Example of what you mean, please.
If the c++ library is "std::" and then later either D or C++ is expanded with a
name clash, and the externs are auto generated, e.g. "std.something" appears on
both sides, what happens then when you recompile you app?
I don't know what you mean. D has an excellent system for resolving names that
appear in multiple scopes.
What I mean is I need a specific code example of what you're talking about, as I
cannot deduce it from your statement.