llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[XPTI] Don't define macro with reserved name

Open ldrumm opened this issue 1 year ago • 0 comments

__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.

ldrumm avatar Oct 16 '24 14:10 ldrumm