[Issue 13594] std.algorithm.nextPermutation should accept ranges of lvalues

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Nov 2 05:47:28 PST 2014


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

--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/ef2e43181b7dbe7f98d9be1ee3e415f5dbbe49fb
Fix issue 13594: next(Even)Permutation doesn't need to take input range by ref.

https://github.com/D-Programming-Language/phobos/commit/9add378a5c1626ca49ef77170466feb576505974
Merge pull request #2651 from quickfur/issue13594b

Fix issue 13594: next(Even)Permutation doesn't need to take input range by ref.

--


More information about the Digitalmars-d-bugs mailing list