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
Example:
struct foo { static_assert(true, "foo"); static_assert(bar, "bar"); foo(){} int bar(foo bar); };
This causes issue for the rest of the items in the struct.
The text was updated successfully, but these errors were encountered:
prevent static_assert from being matched as a constructor
c85bc97
Fixes: #247
Merge pull request #248 from jeff-hykin/Fix/#247
a05320b
Thanks for catching and taking care of this @matter123
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Example:
This causes issue for the rest of the items in the struct.
The text was updated successfully, but these errors were encountered: