Thread overview
[Issue 19160] wrong C++ mangle for const template args
Aug 17, 2018
Nicholas Wilson
Aug 17, 2018
Nicholas Wilson
August 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19160

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |C++, mangling

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

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator@hotmail.co
                   |                            |m

--- Comment #1 from Nicholas Wilson <iamthewilsonator@hotmail.com> ---
What DMDFE version are you using? I'm pretty sure I fixed this in https://github.com/dlang/dmd/pull/8432

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

--- Comment #2 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
(In reply to Nicholas Wilson from comment #1)
> What DMDFE version are you using? I'm pretty sure I fixed this in https://github.com/dlang/dmd/pull/8432

LDC beta with DMDFE 2.081.1

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

--- Comment #3 from Nicholas Wilson <iamthewilsonator@hotmail.com> ---
https://github.com/dlang/dmd/pull/8432 is not part of 2.081.1 or 2.081.2. It is however part of 2.082.beta-1.

Try with DMD 2.082.beta-1 or newer, confirm if it works. If so we can cherry pick this onto LDC. If not I've got more fixing to do!

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

--- Comment #4 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
(In reply to Nicholas Wilson from comment #3)
> https://github.com/dlang/dmd/pull/8432 is not part of 2.081.1 or 2.081.2. It is however part of 2.082.beta-1.
> 
> Try with DMD 2.082.beta-1 or newer, confirm if it works. If so we can cherry pick this onto LDC. If not I've got more fixing to do!

Thanks, it is fixed!

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

--- Comment #5 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
(In reply to Nicholas Wilson from comment #3)
> https://github.com/dlang/dmd/pull/8432 is not part of 2.081.1 or 2.081.2. It is however part of 2.082.beta-1.
> 
> Try with DMD 2.082.beta-1 or newer, confirm if it works. If so we can cherry pick this onto LDC. If not I've got more fixing to do!

Thanks, it is fixed!

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--