summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-01-11 12:21:57 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-11 12:21:57 +0900
commit1b3037081ef9fc121b83e213d997a069acd5904b ()
tree3a075873c463c383f50c365ead70ca7b245934a1 /include
parent4d8eaa9e458d62499dc60a2af901ab8c09a75aef (diff)
[Bug #21024] <cstdbool> header is deprecated in C++17
Notes: Merged: https://.com/ruby/ruby/pull/12551
-rw-r--r--include/ruby/internal/stdbool.h2
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@
#elif defined(__cplusplus)
# /* bool is a keyword in C++. */
-# if defined(HAVE_STDBOOL_H) && (__cplusplus >= 201103L)
# include <cstdbool>
# endif
#