[Issue 13995] Alias type stringof decay to alias type stringof

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 19 13:23:47 PST 2015


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

Dicebot <public at dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public at dicebot.lv

--- Comment #7 from Dicebot <public at dicebot.lv> ---
Chaging this will break huge amount of template code. I have personally written
many snipppets that rely on the fact that template arguments resolve to
underlying symbols. Actually, if this stops working, it will be rather hard to
implement thing like `stringify!int == "int"` because __traits(identifier)
works only on symbols.

--


More information about the Digitalmars-d-bugs mailing list