[Issue 24219] Can't compare AliasSeq with is operator

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 2 11:57:55 UTC 2023


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

Imperatorn <johan_forsberg_86 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan_forsberg_86 at hotmail.c
                   |                            |om

--- Comment #1 from Imperatorn <johan_forsberg_86 at hotmail.com> ---
Up to      2.077.1: Failure with output: onlineapp.d(7): Error: incompatible
types for ((tuple(s1.x, s1.y)) is (tuple(s2.x, s2.y))): '(int, int)' and '(int,
int)'
           2.078.3: Failure with output: onlineapp.d(7): Error: incompatible
types for ((tuple(s1.x, s1.y)) is (tuple(s2.x, s2.y))): both operands are of
type '(int, int)'
2.079.1 to 2.104.2: Failure with output: onlineapp.d(7): Error: incompatible
types for `(tuple(s1.x, s1.y)) is (tuple(s2.x, s2.y))`: both operands are of
type `(int, int)`
Since      2.105.2: Failure with output: onlineapp.d(7): Error: incompatible
types for `(AliasSeq!(s1.x, s1.y)) is (AliasSeq!(s2.x, s2.y))`: both operands
are of type `(int, int)`

--


More information about the Digitalmars-d-bugs mailing list