Project

General

Profile

Bug #21024 ยป 0001-Stop-including-cstdbool-in-include-ruby-internal-std.patch

jprokop (Jarek Prokop), 01/10/2025 04:30 PM

View differences:

include/ruby/internal/stdbool.h
#elif defined(__cplusplus)
# /* bool is a keyword in C++. */
# if defined(HAVE_STDBOOL_H) && (__cplusplus >= 201103L)
# include <cstdbool>
# endif
#
# ifndef __bool_true_false_are_defined
# define __bool_true_false_are_defined
# endif
    (1-1/1)