D & C++ class question

kinke noone at nowhere.com
Thu Nov 29 17:12:28 UTC 2018


On Thursday, 29 November 2018 at 16:24:58 UTC, bauss wrote:
> Are there no support for references with mangling in D?
>
> Like what about int&?

Of course, that's `ref int`. But a `ref CppClass` is C++-mangled 
as `CppClass* &`.


More information about the Digitalmars-d-learn mailing list