November 22, 2019
https://issues.dlang.org/show_bug.cgi?id=20413

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SSoulaimane updated dlang/dmd pull request #10601 "Fix issue 20413 - Itanium mangling bug with template substitution in the std namespace" fixing this issue:

- Fix issue 20413 - Itanium mangling bug with template substitution in the "std" namespace

  N..E is not needed in when substituting template instances of "std" members.

  The Itanium spec isn't too clear about this one but this is the way of GCC
and Clang implementations.

https://github.com/dlang/dmd/pull/10601

--
November 22, 2019
https://issues.dlang.org/show_bug.cgi?id=20413

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10601 "Fix issue 20413 - Itanium mangling bug with template substitution in the std namespace" was merged into master:

- 8b22d40a7a6debaae6af164dedda385937802de7 by سليمان السهمي  (Suleyman Sahmi):
  Fix issue 20413 - Itanium mangling bug with template substitution in the
"std" namespace

  N..E is not needed in when substituting template instances of "std" members.

  The Itanium spec isn't too clear about this one but this is the way of GCC
and Clang implementations.

https://github.com/dlang/dmd/pull/10601

--