[phobos] [D-Programming-Language/phobos] 556ef6: Use new cartesianProduct implementation for 2-argu...
GitHub via phobos
phobos at puremagic.com
Fri Sep 19 01:40:49 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 556ef61ef8ede92f06b05e233cf7521f5042a18c
https://github.com/D-Programming-Language/phobos/commit/556ef61ef8ede92f06b05e233cf7521f5042a18c
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-09-18 (Thu, 18 Sep 2014)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Use new cartesianProduct implementation for 2-argument case as well.
The original implementation will now only be used when one or both the
ranges is either non-forward or infinite. The new implementation is also
more attribute-friendly (works with pure, nothrow, @nogc, @safe), so
this also fixes issue 13091.
Commit: a432798f15514d9e2865f16377e4cab9a1993b55
https://github.com/D-Programming-Language/phobos/commit/a432798f15514d9e2865f16377e4cab9a1993b55
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-09-18 (Thu, 18 Sep 2014)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Bug number shouldn't appear in ddocs!
Commit: 2bd311c0edf3ecb4d8faa988a3ce2f468479d06f
https://github.com/D-Programming-Language/phobos/commit/2bd311c0edf3ecb4d8faa988a3ce2f468479d06f
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-09-19 (Fri, 19 Sep 2014)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #2534 from quickfur/issue13091
Use new cartesianProduct implementation for 2-argument case as well.
Compare: https://github.com/D-Programming-Language/phobos/compare/bf4cadbb4b4f...2bd311c0edf3
More information about the phobos
mailing list