[Issue 15608] extern(C++) mangling problem

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jan 27 18:22:56 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15608

--- Comment #4 from Manu <turkeyman at gmail.com> ---
(In reply to Walter Bright from comment #2)
> I need a complete example, i.e. the example must be standalone. String,
> Variant and Slice are not defined.

I define them as empty structs when testing.
  extern(C++) struct Slice(T) {}
  extern(C++) struct String {}
  extern(C++) struct Variant {}

--


More information about the Digitalmars-d-bugs mailing list