[Issue 10738] double2 ^^ 2 and double2 ^^ 3 are missing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 22 05:31:03 UTC 2020


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list