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

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 27 23:18:02 PDT 2014


On 4/27/2014 11:01 PM, Walter Bright wrote:
> On 4/27/2014 7:53 PM, "Ola Fosheim Grøstad"
> <ola.fosheim.grostad+dlang at gmail.com>" 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.


More information about the Digitalmars-d mailing list