[Issue 21724] std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 18 10:27:41 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21724
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #7879 "std.algorithm.mutation.copy fails on
overlapping arrays if the source array's pointer is less than the destination
array's pointer" was merged into stable:
- b879f8a21c6b1c60cdd2e20134f5ca7632b41c47 by Nathan Sashihara:
Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if
the source array's pointer is less than the destination array's pointer
https://github.com/dlang/phobos/pull/7879
--
More information about the Digitalmars-d-bugs
mailing list