[Issue 20413] C++ mangling bug with templates & the std namespace

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 22 01:11:04 UTC 2019


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

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

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

--- Comment #1 from Dlang Bot <dlang-bot at 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

--


More information about the Digitalmars-d-bugs mailing list