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

Basile B. <b2.t...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE
                 CC|                            |b2.t...@gmx.com

--- Comment #1 from Basile B. <b2.t...@gmx.com> ---
"List l = 0;" is done at compile time. This shouldn't be allowed since there's
a pointer operation. put "writeln(&this);" in the ctor to see an evidence.

--

Reply via email to