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

__has_builtin __has_include #926

Open
gpeterhoff opened this issue Oct 25, 2024 · 1 comment
Open

__has_builtin __has_include #926

gpeterhoff opened this issue Oct 25, 2024 · 1 comment

Comments

@gpeterhoff
Copy link

When will this be supported?

@MarkZ3
Copy link
Contributor

MarkZ3 commented Nov 2, 2024

__has_include should be supported. __has_builtin, I think not. You should be able to do

#ifdef __has_include
__has_include(...)
#endif

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

2 participants