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.
1 parent 635b62a commit 6546af3Copy full SHA for 6546af3
Include/pymacro.h
@@ -10,7 +10,7 @@
10
# define static_assert _Static_assert
11
#endif
12
13
-// static_assert is defined in GLIB from version 2.16. Before it requires
+// static_assert is defined in glibc from version 2.16. Before it requires
14
// compiler support (gcc >= 4.6) and is called _Static_assert.
15
#if (defined(__GLIBC__) \
16
&& (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ <= 16)) \
0 commit comments