Comment #0 by bearophile_hugs — 2011-11-25T16:41:52Z
This code doesn't compile and its error message doesn't even tell the line number:
void main() {
auto a = [1, 2, 3];
a[] ^^= 2;
}
DMD 2.057head gives:
Error: must import std.math to use ^^ operator