[Issue 11964] Poor diagnostic in static assert with boolean operators
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 20 15:34:13 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=11964
Basile-z <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|NEW |RESOLVED
CC| |b2.temp at gmx.com
Resolution|--- |WORKSFORME
--- Comment #3 from Basile-z <b2.temp at gmx.com> ---
The original expression is maintained now
Error: static assert: `1 < 0 && (a < b) && (b < c)` is false
--
More information about the Digitalmars-d-bugs
mailing list