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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 22 04:39:59 UTC 2019


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

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

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

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

--


More information about the Digitalmars-d-bugs mailing list