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
"// Hyper-optimized: deallocate the box's contents for it without droping the contents." Is repeated twice, and I think "for it" is a typo.
drop
Also, I think that in "After we deallocate the box's ptr in SuperBox's destructor, " it should be "my_box"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"// Hyper-optimized: deallocate the box's contents for it without
drop
ing the contents." Is repeated twice, and I think "for it" is a typo.Also, I think that in "After we deallocate the box's ptr in SuperBox's destructor, " it should be "my_box"
The text was updated successfully, but these errors were encountered: