On Tuesday 2013-11-05 13:57, Pablo Neira Ayuso wrote: >On Mon, Oct 28, 2013 at 01:27:19PM +0100, Jan Engelhardt wrote: >> C++ does not need this header, as it already has bool builtin. > >This works fine with g++ as is at this moment. >Do you plan to compile libnftables using a different compiler? No such plans. I am indifferent to them, but some facts I collected: <stdbool.h>/<cstdbool> is explicitly documented to be a GCC extension (which clang copies). A side effect of stdbool.h is that the (C++) keywords "bool", "false" and "true" are turned into macros. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html