December 26, 2012 [phobos] [D-Programming-Language/phobos] 14b709: Simplified std.algorithm.copy array overlap test. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 14b7095bd844c5baac4a3898d2a5e1ea71a8e140 https://github.com/D-Programming-Language/phobos/commit/14b7095bd844c5baac4a3898d2a5e1ea71a8e140 Author: Peter Alexander <peter.alexander.au@gmail.com> Date: 2012-12-25 (Tue, 25 Dec 2012) Changed paths: M std/algorithm.d Log Message: ----------- Simplified std.algorithm.copy array overlap test. The array overlap test in std.algorithm.copy did an unnecessary amount of comparisons. This pull request simplifies it. Commit: f780ce4f29c482a90dd010b6ac3b520ebcfe0842 https://github.com/D-Programming-Language/phobos/commit/f780ce4f29c482a90dd010b6ac3b520ebcfe0842 Author: Alex Rønne Petersen <alex@alexrp.com> Date: 2012-12-26 (Wed, 26 Dec 2012) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #1031 from Poita/better-overlap-test Simplified std.algorithm.copy array overlap test. Compare: https://github.com/D-Programming-Language/phobos/compare/b12c5979d89a...f780ce4f29c4 |
Copyright © 1999-2021 by the D Language Foundation