[Issue 14886] [REG2.066] std.parallelism.parallel with large static array seems to hang compile
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Sep 1 03:26:16 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14886
--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> ---
More:
auto front(T)(T[] a) {}
void main()
{
alias R = int[100_000];
alias E = typeof(front(R.init));
}
--
More information about the Digitalmars-d-bugs
mailing list