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* &`.
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* &`.