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

fix #2369 #2371

Merged
merged 1 commit into from
May 11, 2022
Merged

fix #2369 #2371

merged 1 commit into from
May 11, 2022

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented May 11, 2022

Sample:

#define EXISTS __has_include("optional")
#if EXISTS
#   define OK 1
#else
#   define OK 0
#endif

This change is Reviewable

Sample:
```
#define EXISTS __has_include("optional")
#if EXISTS
#   define OK 1
#else
#   define OK 0
#endif
```
@guwirth guwirth added the bug label May 11, 2022
@guwirth guwirth added this to the 2.1.0 milestone May 11, 2022
@guwirth guwirth self-assigned this May 11, 2022
@guwirth guwirth merged commit f0ab03d into SonarOpenCommunity:master May 11, 2022
@guwirth guwirth deleted the has-include branch July 26, 2022 09:10
@guwirth guwirth restored the has-include branch July 26, 2022 09:14
@guwirth guwirth deleted the has-include branch February 8, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

"Unable to lex string source code" error with "__has_include"
1 participant