[Issue 13091] nothrow std.algorithm.cartesianProduct

2014-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 --- Comment #3 from bearophile_h...@eml.cc --- Thank you. Do you know the cause of this problem? void main() @safe { import std.algorithm: cartesianProduct; import std.array: array; const r = cartesianProduct([1], [1]).array; } test.d

[Issue 13091] nothrow std.algorithm.cartesianProduct

2014-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/556ef61ef8ede92f06b05e233cf7521f5042a18c Use new cartesianProdu

[Issue 13091] nothrow std.algorithm.cartesianProduct

2014-09-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13091] nothrow std.algorithm.cartesianProduct

2014-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #1 from hst...@quic

[Issue 13091] nothrow std.algorithm.cartesianProduct

2014-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13091 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --