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.