My Little Dustmite: Bisect is Magic

Bastiaan Veelo Bastiaan at Veelo.net
Sat Jul 27 22:19:20 UTC 2019


On Saturday, 27 July 2019 at 16:59:36 UTC, Ethan wrote:
> Stopping at one static assert is undesired behavior in a 
> production environment.

If continuing is desired, would a `static if` combined with 
`pragma (msg, ...)` not be more appropriate than `static assert`? 
This can probably go into a ct function like `static_check`.

Bastiaan.



More information about the Digitalmars-d mailing list