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
Problem:
- GCC and clang differ regarding where they allow `_Pragma`, resulting in clumsy
handling of semicolons.
Solution:
- Use a "null statement" (`static_assert(true)`) in the macro(s) so that neither
GCC nor clang complains about extra semicolons.
0 commit comments