[Issue 14086] Invalid extern C++ name for constructor / destructor

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Mar 21 21:30:48 PDT 2015


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

yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|normal                      |enhancement

--- Comment #1 from yebblies <yebblies at gmail.com> ---
Constructors and destructors are intentionally not mangled correctly, as they
do not match the expected C++ abi in other ways.  While this might be made to
work in the future it's an intentional limitation and not a bug.

--


More information about the Digitalmars-d-bugs mailing list