Thread overview
[Issue 8067] std.algorithm.move doesn't work for static array of elaborate struct
Aug 31, 2022
RazvanN
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8067

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8067

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
August 31, 2022
https://issues.dlang.org/show_bug.cgi?id=8067

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
This code successfully compiles and runs. closing as fixed.

--