[Issue 13092] std.algorithm.cartesianProduct of Nullable Tuple of strings array too
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Jul 12 08:02:15 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13092
hsteoh at quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hsteoh at quickfur.ath.cx
--- Comment #1 from hsteoh at quickfur.ath.cx ---
Weird, seems b[0] and b.get[] must be returning some kind of proxy type, since
passing const(string[]) to cartesianProduct works just fine. Either that, or
this is a compiler bug that somehow messes up type inference. Will have to
investigate a bit more to figure it out.
--
More information about the Digitalmars-d-bugs
mailing list