[phobos] [D-Programming-Language/phobos] b5ca2e: Add Issue 9578 workaround to `std.algorithm.all`
GitHub
noreply at github.com
Wed Mar 6 22:15:38 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b5ca2ef0c9742c89a587d476848e0f34df2a4f9e
https://github.com/D-Programming-Language/phobos/commit/b5ca2ef0c9742c89a587d476848e0f34df2a4f9e
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2013-02-27 (Wed, 27 Feb 2013)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Add Issue 9578 workaround to `std.algorithm.all`
As a result `all` can now be used with nested predicates.
Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=9578
Commit: 8dbfc1a7382792e039c8f1d7f5f5232279dead04
https://github.com/D-Programming-Language/phobos/commit/8dbfc1a7382792e039c8f1d7f5f5232279dead04
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #1178 from denis-sh/add-Issue-9578-workaround-to-`std.algorithm.all`
Add Issue 9578 workaround to `std.algorithm.all`
Compare: https://github.com/D-Programming-Language/phobos/compare/93c724f2a36a...8dbfc1a73827
More information about the phobos
mailing list