We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_include is a handy feature (C++17 and coming in C23)
__has_include
If added to pcpp it could be controlled by a commandline flag. Existing -U or -D options may suffice:
-U__has_include disable the feature, enabled by default -D__has_include enable the feature, disabled by default
-U__has_include
-D__has_include
U like the first alternative? Default enabled seems ok. D to enable seems downright wrong, am i right.
The text was updated successfully, but these errors were encountered:
oops #53 already open, closing
Sorry, something went wrong.
No branches or pull requests
__has_include
is a handy feature (C++17 and coming in C23)If added to pcpp it could be controlled by a commandline flag.
Existing -U or -D options may suffice:
-U__has_include
disable the feature, enabled by default-D__has_include
enable the feature, disabled by defaultU like the first alternative? Default enabled seems ok.
D to enable seems downright wrong, am i right.
The text was updated successfully, but these errors were encountered: