December 17, 2022 [Issue 18360] `static assert(false)` ignored / gagged | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18360 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 -- |
May 11, 2023 [Issue 18360] `static assert(false)` ignored / gagged | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18360 RazvanN <razvan.nitu1305@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |razvan.nitu1305@gmail.com Resolution|--- |WORKSFORME --- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> --- I cannot reproduce this: // test.d static assert(false); import a; // a.d class Dsymbol; Symbol a; Result: a.d(3): Error: undefined identifier `Symbol`, did you mean class `Dsymbol`? test.d(1): Error: static assert: `false` is false -- |
Copyright © 1999-2021 by the D Language Foundation