We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68875cb + 116f13e commit fc73866Copy full SHA for fc73866
src/shims/atomic.h
@@ -32,7 +32,7 @@
32
#endif
33
34
// FreeBSD only defines _Bool in C mode. In C++ mode _Bool is not being defined.
35
-#if defined(__cplusplus) && (defined(__FreeBSD__) || defined(_WIN32))
+#if defined(__cplusplus)
36
#define _Bool bool
37
38
#include <stdatomic.h>
0 commit comments