There's a problem with « dst[0 .. n] = val; ».
It should be « dst[0 .. n][] = val; »

Reply via email to