[Issue 2867] stringof is broken

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 13 18:14:41 PDT 2016


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

Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at erdani.com

--- Comment #2 from Andrei Alexandrescu <andrei at erdani.com> ---
FWIW this prints "& foo":

class D
{
  int foo(int i){ return 0; }
}

pragma(msg, (&D.foo).stringof);

void main(){}

--


More information about the Digitalmars-d-bugs mailing list