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
A custom deleter needs to be added to the resource pool so it can handle custom resource type cleanup
The text was updated successfully, but these errors were encountered:
It will default to std::default_delete when no deleter is specified.
Sorry, something went wrong.
PR: #15
Merge pull request #15 from nbeddows/nb/#14/resource-pool-deleter
8339ac3
#14 fix: resource pool deleter
nbeddows
No branches or pull requests
A custom deleter needs to be added to the resource pool so it can handle custom resource type cleanup
The text was updated successfully, but these errors were encountered: