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.
_Bool
bool
1 parent 68875cb commit 116f13eCopy full SHA for 116f13e
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