[Issue 18896] extern(C++) always mangles classes as pointer

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 22 18:27:25 UTC 2018


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

--- Comment #1 from Mathias LANG <pro.mathias.lang at gmail.com> ---
Renamed to make it a bit more generic.
This is also a problem when `ref` is used for passing the class around.
E.g. `foo(MyClass&)` cannot be represented in D, which is very limiting.

--


More information about the Digitalmars-d-bugs mailing list