https://issues.dlang.org/show_bug.cgi?id=20413
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
