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
Moved over from free-audio/clap#364
The problem is that the [[unlikely]] attribute is used in host.hxx but it is not compatible with C++17 as it requires C++20 or higher.
[[unlikely]]
host.hxx
My suggestion would be to define a CLAP_HELPERS_UNLIKELY somewhere. But where exactly? In a new header called macros? Or just in host.hxx for now?
CLAP_HELPERS_UNLIKELY
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Moved over from free-audio/clap#364
The problem is that the
[[unlikely]]
attribute is used inhost.hxx
but it is not compatible with C++17 as it requires C++20 or higher.My suggestion would be to define a
CLAP_HELPERS_UNLIKELY
somewhere. But where exactly? In a new header called macros? Or just inhost.hxx
for now?The text was updated successfully, but these errors were encountered: