[Issue 16527] extern( C++ ) Win64 build - return struct by value is broken

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 24 01:47:01 PDT 2016


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

--- Comment #1 from kinke at gmx.net ---
We have a special case for this in LDC. MSVC passes `this` before `sret`,
unlike most other ABIs.

--


More information about the Digitalmars-d-bugs mailing list