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 faed4bd commit c725762Copy full SHA for c725762
private.h
@@ -83,7 +83,7 @@
83
#endif
84
85
/* For pre-C23 compilers, a substitute for static_assert.
86
- Some of these compilers may warn if it is not used at the top level. */
+ Some of these compilers may warn if it is used outside the top level. */
87
#if __STDC_VERSION__ < 202311 && !defined static_assert
88
# define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1]
89
0 commit comments