"bitwise" wrote in message news:[email protected]...
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.
