https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292531
Robert Clausecker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Robert Clausecker <[email protected]> --- (In reply to Jason E. Hale from comment #3) > #if (defined(__STDC_VERSION__) && (__STDC_VERSION__ < 202311L)) && > !defined(__cplusplus) What causes conditions in which __STDC_VERSION__ is not defined, we are not building for C++, and yet <stdbool.h> is being included? Seems very weird. -- You are receiving this mail because: You are the assignee for the bug.
