Thread overview
[Issue 4620] C++ constructor and template mangling, C++ ABI patch
Mar 28, 2015
Paul O'Neil
Jul 21, 2015
Sobirari Muhomori
Oct 26, 2017
Walter Bright
Jun 12, 2018
Mathias LANG
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=4620

Paul O'Neil <redballoon36@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |C++
                 CC|                            |redballoon36@gmail.com

--- Comment #4 from Paul O'Neil <redballoon36@gmail.com> ---
It looks like the template mangling has been superceeded by other development. Is the construct part still relevant?

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=4620

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
July 21, 2015
https://issues.dlang.org/show_bug.cgi?id=4620

Sobirari Muhomori <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14086

--
October 26, 2017
https://issues.dlang.org/show_bug.cgi?id=4620

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |mangling
                 CC|                            |bugzilla@digitalmars.com

--
June 12, 2018
https://issues.dlang.org/show_bug.cgi?id=4620

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #5 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Indeed the code has evolved a lot since then, and C++ interfacing is much easier in D nowadays. Closing as WONTFIX so it doesn't show up in the changelog.

--
June 12, 2018
https://issues.dlang.org/show_bug.cgi?id=4620

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #6 from Steven Schveighoffer <schveiguy@yahoo.com> ---
(In reply to Mathias LANG from comment #5)
> Indeed the code has evolved a lot since then, and C++ interfacing is much easier in D nowadays. Closing as WONTFIX so it doesn't show up in the changelog.

Just a note: it only shows in the changelog if there is a git log message that references this bug -- all the changelog is auto-generated these days.

--