[Issue 8057] std.algorithm.move cannot use for nested struct

2012-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8057 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 8057] std.algorithm.move cannot use for nested struct

2012-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8057 --- Comment #4 from Denis Shelomovskij verylonglogin@gmail.com 2012-11-04 00:13:50 MSK --- (In reply to comment #3) S's destructor is incorrect, as you always can set `S s = S.init`... And also because of `destroy` existance. This

[Issue 8057] std.algorithm.move cannot use for nested struct

2012-05-08 Thread d-bugmail
/dc6fb32f8749138ec9304c8e5e1b009b5d5dcb2e fix Issue 8057 - std.algorithm.move cannot use for nested struct https://github.com/D-Programming-Language/phobos/commit/892038953dfd645952a482a06f692ea6fba2f437 Merge pull request #572 from 9rnsr/fix_move Issue 8055 8057 - Fix std.algorithm.move issues -- Configure issuemail: http

[Issue 8057] std.algorithm.move cannot use for nested struct

2012-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8057 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8057] std.algorithm.move cannot use for nested struct

2012-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8057 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code ---