[Bug #21024] <cstdbool> header has been useless

And finally deprecated at C++-17.
Patched by jprokop (Jarek Prokop).
This commit is contained in:
Nobuyoshi Nakada 2025-01-14 19:11:33 +09:00 committed by Nobuyoshi Nakada
parent 1b515d1c37
commit c961d093b1
Notes: git 2025-01-14 12:56:33 +00:00

View File

@ -27,10 +27,6 @@
#elif defined(__cplusplus)
# /* bool is a keyword in C++. */
# if defined(HAVE_STDBOOL_H) && (__cplusplus >= 201103L) && (__cplusplus < 201703L)
# include <cstdbool>
# endif
#
# ifndef __bool_true_false_are_defined
# define __bool_true_false_are_defined
# endif