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
[XPTI] Don't define macro with reserved name (#15722)
__XPTI_INSERT_IF_MSVC is a reserved name. Additionally this macro was
only used once, right next to some gcc and clang conditional inclusion
of a similar form, so it makes sense to just delete the definition and
expand the use.
0 commit comments