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

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 28 12:34:00 PDT 2014


On 4/28/2014 1:31 AM, "Ola Fosheim Grøstad" 
<ola.fosheim.grostad+dlang at gmail.com>" wrote:
> So recompiling with updated libraries may cause failure?

No more than if you violate the ODR in C++, or if you do this entirely in D. 
Ambiguities for the latter will cause compile time errors (which is a feature, 
not a bug).


More information about the Digitalmars-d mailing list