You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce GNU_FEATURE(x) as a portable __has_feature() wrapper
- Introduce GNU_EXTENSION(x) as a portable __has_extension() wrapper
- Introduce NONCONST_CAST(type, x) macro for portable -Wconst-qual suppression in rare cases where it's actually needed, like the unfortunate C11 atomic_load()
0 commit comments