https://issues.dlang.org/show_bug.cgi?id=12957
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- Yeah, we need to rethink the implementation of cartesianProduct; currently, it produces an exponential number of template instantiations with the number of arguments, which is not scalable at all. :-( --
