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

Basile-z <b2.t...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.t...@gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from Basile-z <b2.t...@gmx.com> ---
you're doing a CTFE ".stringof" call on the result of I.
stringof on function must be replaced by __traits(identifier), which is not
ambiguous.

--

Reply via email to