https://issues.dlang.org/show_bug.cgi?id=6345

--- Comment #6 from Nick Treleaven <n...@geany.org> ---
A less drastic change would be this syntax, which also solves the ambiguities:

float*[] CBuffers = buffers[#].ptr;

m[#][1] = 1.0;

c[#] = a[#] < b[#]; // issue #5636

Note: issue #5636 was fixed by simply documenting that comparisons, equality,
etc make the operation not a vector op, just an array comparison.

--

Reply via email to