Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 14, 2017 [Issue 17503] is-expression pattern in static if matches too many types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17503 ag0aep6g@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ag0aep6g@gmail.com --- Comment #1 from ag0aep6g@gmail.com --- Reduced: ---- struct Vector(T, int N) {} static assert(!is(Vector!(int, 3) == Vector!(float, N), int N)); /* fails; should pass */ ---- -- |
November 03, 2019 [Issue 17503] is-expression pattern in static if matches too many types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17503 Basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b2.temp@gmx.com Hardware|x86_64 |All OS|Linux |All -- |
March 21, 2020 [Issue 17503] is-expression pattern in static if matches too many types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17503 Basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|b2.temp@gmx.com | -- |
December 17, 2022 [Issue 17503] is-expression pattern in static if matches too many types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17503 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 17503] is-expression pattern in static if matches too many types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=17503 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17798 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation