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

via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 28 08:00:54 PDT 2014


On Monday, 28 April 2014 at 14:54:17 UTC, Steven Schveighoffer 
wrote:
> Adding a mechanism that is possibly ugly, but that does NOT 
> conflict with module lookup, in order to disambiguate C++ 
> symbols is fine.

Requiring C++ identifiers to be fully qualified with "::" would 
solve that and encourage writing thin idiomatic D wrappers on top 
of C++ libs.

(and cause a lot of complaints from C++ programmers :-)


More information about the Digitalmars-d mailing list