mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 06:00:13 +03:00
Fix Issue 23966 - [REG2.102] Cannot use traits(getAttributes) with overloaded template (#15353)
This commit is contained in:
parent
5c5f8e8e1d
commit
bb88be3bb1
4 changed files with 22 additions and 3 deletions
|
@ -528,7 +528,6 @@ version (CppMangle_Itanium)
|
|||
static assert(basic_ostream!(char, char_traits!char).food.mangleof == "_ZNSo4foodEv");
|
||||
static assert(basic_iostream!(char, char_traits!char).fooe.mangleof == "_ZNSd4fooeEv");
|
||||
|
||||
static assert(func_18957_2.mangleof == `_Z12func_18957_2PSaIiE`);
|
||||
static assert(func_18957_2!(allocator!int).mangleof == `_Z12func_18957_2ISaIiEET_PS1_`);
|
||||
|
||||
static assert(func_20413.mangleof == `_Z10func_20413St4pairIifES_IfiE`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue