dlang.org
dlang.org copied to clipboard
The mangling of constructors is not documented by the ABI.
trafficstars
Bernard Helyer (@bhelyer) reported this on 2011-02-22T23:30:26Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=5644
CC List
- Andrei Alexandrescu (@andralex)
- Walter Bright (@WalterBright)
Description
b.helyer commented on 2011-02-22T23:31:34Z
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.