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

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com

--- Comment #1 from Steven Schveighoffer <schvei...@yahoo.com> ---
It's CTFE executed, so immutable is fine. Although I think it would be
permissible for pure to be inferred here because of the auto return type.

The bug is the opposite -- it should allow the char[] array to also be
assigned.

--

Reply via email to