[Issue 12666] @nogc std.array.front, popFront, and more

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon May 12 09:07:27 PDT 2014


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

yebblies <yebblies at gmail.com> changed:

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

--- Comment #2 from yebblies <yebblies at gmail.com> ---
I suspect the error message is already being computed statically thanks to
constfolding, it just happens after @nogc inference has been run.

--


More information about the Digitalmars-d-bugs mailing list