On Thu, Oct 24, 2013 at 11:24 PM, Father Chrysostomos via RT <perlbug-followup@perl.org> wrote: > could someone comment on my patch that makes even C++ have a C-style bool under -DDEBUGGING? :-) If I'm reading it right, it seems to me that when DEBUGGING is defined you're redefining bool to char even if the compiler already defines it (either via stdbool.h for a C compiler or as a native type for a C++ compiler). Wouldn't that introduce a lot of bugs if you built an extension that used external libraries that depended on bool being a particular size that didn't happen to be the same size as a char?Thread Previous | Thread Next