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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Version|unspecified                 |D2
           Severity|enhancement                 |normal

--- Comment #5 from Walter Bright <[email protected]> ---
The s.dup should work. Marking this as a bug, not an enhancement.

Note that:

    const(int*)[] s;
    s.dup;

does work.

Not going to do a .cdup

--

Reply via email to