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
clvk's headers contain lots of code.
This is leading to different issues because of circular dependencies amongst headers.
A typical work-around used in various places is to declare an opaque structure if it is enough.
Latest issue: #720 (comment)
std::unique_ptr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clvk's headers contain lots of code.
This is leading to different issues because of circular dependencies amongst headers.
A typical work-around used in various places is to declare an opaque structure if it is enough.
Latest issue: #720 (comment)
std::unique_ptr
the destructor is not defined because we cannot include the header.The text was updated successfully, but these errors were encountered: