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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
Reduced:

----
struct Vector(T, int N) {}
static assert(!is(Vector!(int, 3) == Vector!(float, N), int N));
    /* fails; should pass */
----

--

Reply via email to