https://issues.dlang.org/show_bug.cgi?id=20413
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
