[Issue 13990] std.algorithm.move incorrectly uses hasAliasing for class references

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jan 21 00:41:47 PST 2015


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

zeljkog <zeljko.grk at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |zeljko.grk at gmail.com
         Resolution|FIXED                       |---

--- Comment #3 from zeljkog <zeljko.grk at gmail.com> ---
fixed:
  void move(T)(ref T source, ref T target) 
not fixed:
  T move(T)(ref T source)

--


More information about the Digitalmars-d-bugs mailing list