Thread overview
[Issue 17772] Wrong C++ mangled names for templated functions
Oct 26, 2017
Walter Bright
Feb 17, 2018
Walter Bright
Mar 16, 2018
Walter Bright
Feb 21, 2020
Mathias LANG
August 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17772

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |betterC, C++, wrong-code

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
February 17, 2018
https://issues.dlang.org/show_bug.cgi?id=17772

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Partial fix: https://github.com/dlang/dmd/pull/7906

--
February 28, 2018
https://issues.dlang.org/show_bug.cgi?id=17772

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5bb9d291f2e544f74340150cea335ac7797dbec7 correct namespace mangling for Issue 17772

https://github.com/dlang/dmd/commit/9bed5b46cef44e5cd4e4ed49046329f582616021 Merge pull request #7906 from WalterBright/fix17772part1

correct namespace mangling for Issue 17772 merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>

--
March 16, 2018
https://issues.dlang.org/show_bug.cgi?id=17772

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
February 21, 2020
https://issues.dlang.org/show_bug.cgi?id=17772

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

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

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
This has been fixed by https://github.com/dlang/dmd/pull/8455

--