https://issues.dlang.org/show_bug.cgi?id=10738
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from Walter Bright <[email protected]> --- Now it errs with the messages: test.d(6): Error: incompatible types for (x) ^^ (cast(__vector(double[2]))2.0): both operands are of type __vector(double[2]) test.d(7): Error: incompatible types for (x) ^^ (cast(__vector(double[2]))3.0): both operands are of type __vector(double[2]) which is adequate. --
