[phobos] [D-Programming-Language/phobos] 66fd04: Make move CTFEable for simple structs and classes
GitHub
noreply at github.com
Fri Mar 28 10:51:08 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 66fd049ea9f52573f061b80e5a71b75a0db8704f
https://github.com/D-Programming-Language/phobos/commit/66fd049ea9f52573f061b80e5a71b75a0db8704f
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Make move CTFEable for simple structs and classes
memcpy is not CTFEable, so avoid it for structs without
dtor, postblit that can be assigned with plain =.
This leaves as is (compile error in CTFE) structs that contain
immutable/const memebers the fact that moves overwrites such
fields is questionable to begin with.
Commit: 1863cb48f96c3d6bbb963c23e2cf7b0e5487902a
https://github.com/D-Programming-Language/phobos/commit/1863cb48f96c3d6bbb963c23e2cf7b0e5487902a
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2014-03-28 (Fri, 28 Mar 2014)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #2036 from blackwhale/ctfe-move
Make move CTFEable for simple structs and classes
Compare: https://github.com/D-Programming-Language/phobos/compare/73f20bbd7353...1863cb48f96c
More information about the phobos
mailing list