DMD git HEAD now self-hosting

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 27 18:05:28 PDT 2015


"bitwise"  wrote in message news:ydbofgjkddszxedpwogv at forum.dlang.org...

> So.. looking through the source, I see lots of this:
>
> extern (C++) class { ... }
>
> Wasn't extern(C++) only supposed to work on interfaces?
> Are the docs outdated?

Yup.  extern(C++) works with almost everything except special member 
functions. 



More information about the Digitalmars-d mailing list