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

--- Comment #4 from Manu <turkey...@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 {}

--

Reply via email to