https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292531
--- Comment #8 from Robert Clausecker <[email protected]> --- (In reply to Jason E. Hale from comment #7) If flipping the order of conditionals is all that is needed, I would be for it. Please go ahead and file a DR. We should not go with this change: #if (defined(__STDC_VERSION__) && (__STDC_VERSION__ < 202311L)) && !defined(__cplusplus) as <stdbool.h> should define true/false when not building C or C++ code. -- You are receiving this mail because: You are the assignee for the bug.
