-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guard use of custom attributes against macroization #2649
Guard use of custom attributes against macroization #2649
Conversation
Define `_MSVC_MEOW` macro in `<yvals_core.h>`for each `[[msvc::meow]]` custom attribute with surrounding push_macro/pop_macro guards. Fixes microsoft#2645
One of the compiler devs is reworking how the |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Macros incoming! Shields up, red alert! 🚨 🛡️ 😹 |
@CaseyCarter : Are those All I found was https://docs.microsoft.com/en-us/cpp/cpp/attributes?view=msvc-170, which only mentions standard attributes and |
|
Define
_MSVC_MEOW
macro in<yvals_core.h>
for each[[msvc::meow]]
custom attribute with surrounding push_macro/pop_macro guards.Fixes #2645