linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: + build_bugh-add-wrapper-for-_static_assert.patch added to -mm tree
       [not found] <20190208220015.58Xfh%akpm@linux-foundation.org>
@ 2019-02-08 22:24 ` Alexey Dobriyan
  0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2019-02-08 22:24 UTC (permalink / raw)
  To: linux, akpm
  Cc: yamada.masahiro, viro, ndesaulniers, luc.vanoostenryck, keescook,
	linux-kernel

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

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-08 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190208220015.58Xfh%akpm@linux-foundation.org>
2019-02-08 22:24 ` + build_bugh-add-wrapper-for-_static_assert.patch added to -mm tree Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).