November 02, 2023 [Issue 24219] Can't compare AliasSeq with is operator | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24219 Imperatorn <johan_forsberg_86@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johan_forsberg_86@hotmail.c | |om --- Comment #1 from Imperatorn <johan_forsberg_86@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)` -- |
Copyright © 1999-2021 by the D Language Foundation