"cannot deduce function from argument types" issue.

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Feb 10 01:10:23 PST 2015


> void bar(size_t N)(int[N] a, int[N ^ 2] b) {}

I meant:

void bar(size_t N)(int[N] a, int[N ^^ 2] b) {}


More information about the Digitalmars-d-learn mailing list