]> git.ipfire.org Git - thirdparty/bind9.git/commit
Define STATIC_ASSERT(cond, msg) to be _Static_assert(cond, msg) everywhere but on...
authorOndřej Surý <ondrej@sury.org>
Tue, 13 Nov 2018 20:43:11 +0000 (21:43 +0100)
committerMark Andrews <marka@isc.org>
Wed, 14 Nov 2018 23:18:27 +0000 (18:18 -0500)
commit5e44a1008f9ae6570bc3dc5841110381ae8cc4df
tree6c16f83f793ff1d644740d13d0d79a378c700cbc
parent82b23ecc5ee1ca8134957a11251b22ac4b8bed72
Define STATIC_ASSERT(cond, msg) to be _Static_assert(cond, msg) everywhere but on Windows where it stays to be INSIST(cond)
lib/isc/include/isc/util.h