[Issue 5644] The mangling of constructors is not documented by the ABI.

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5644 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 5644] The mangling of constructors is not documented by the ABI.

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5644 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp

[Issue 5644] The mangling of constructors is not documented by the ABI.

2011-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5644 --- Comment #1 from Bernard Helyer blood.of.l...@gmail.com 2011-02-22 23:31:34 PST --- Some poking around reveals that 'this' turns into '__ctor', and then it is just mangled as a function. This should be documented in the ABI section. --