Re: + build_bugh-add-wrapper-for-_static_assert.patch added to -mm tree

From: Alexey Dobriyan
Date: Fri Feb 08 2019 - 17:24:07 EST


On Fri, Feb 08, 2019 at 02:00:15PM -0800, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> +#define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr)

Major ACK. Stating invariants is why userspace assert() was always
better.