[Issue 9029] Built-in types treated specially for alias parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 11 10:26:09 UTC 2019


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

Ethan Watson <gooberman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gooberman at gmail.com

--- Comment #14 from Ethan Watson <gooberman at gmail.com> ---
As I flashed up on the screen at DConf:

enum NameOf( alias Symbol ) = Symbol.stringof;
pragma( msg, NameOf!int );

--


More information about the Digitalmars-d-bugs mailing list