https://issues.dlang.org/show_bug.cgi?id=24219
Imperatorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #1 from Imperatorn <[email protected]> --- 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)` --
