[Issue 16665] static assert is only checked after the following dependent type declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 4 20:02:16 UTC 2020


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp at gmx.com

--- Comment #2 from Basile-z <b2.temp at gmx.com> ---
Yes but you indirectly assert the .length property of the message. If you

   static assert(0, "Unsupported platform");

Then the static assert is displayed at least. Maybe it was just a typo ?

--


More information about the Digitalmars-d-bugs mailing list