[Issue 12512] Feature request: cdup

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 13 10:17:15 PDT 2014


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com
            Version|unspecified                 |D2
           Severity|enhancement                 |normal

--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
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

--


More information about the Digitalmars-d-bugs mailing list