[Issue 11041] Some function in core.stdc should be CTFEable

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 5 13:23:37 PDT 2017


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

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
(In reply to Tomoya Tanjo from comment #0)
> For instance, core.stdc.string.memcpy prevents std.algorithm.move from being
> CTFEable (I think it should be).

move is CTFE-able since https://github.com/dlang/phobos/pull/2036.

The rest of the issue is too vague to be actionable, please provide specific
examples of what you're missing at CTFE.

--


More information about the Digitalmars-d-bugs mailing list