Skip to content
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

Microsoft intellisense doesn't work for structured binding because __EDG__ macro in #ifndef #321

Open
Extra-Creativity opened this issue Aug 13, 2024 · 0 comments

Comments

@Extra-Creativity
Copy link

The macro here (https://github.com/hanickadot/compile-time-regular-expressions/blob/main/include/ctre/return_type.hpp#L552) has a #ifndef __EDG__, but Microsoft intellisense (Visual Studio or VSCode extensions) uses EDG Frontend, so false squiggles will appear though compilation passes.

When I remove such condition macro, intellisense works correctly. So what's the point here? It seems that 5 year ago it's added in this commit. Can it be removed now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant