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
Should the last example regarding move pointers be explicitly marked "Example, bad" instead of just "Example"?
The text was updated successfully, but these errors were encountered:
It's not bad. It just has redundant test
Sorry, something went wrong.
I was referring to the "last" example:
// move from other.ptr to this->ptr T* temp = other.ptr; other.ptr = nullptr; delete ptr; ptr = temp;
this will likely be addressed after #1606 is discussed/merged (which is waiting on the results of an offline discussion)
No branches or pull requests
Should the last example regarding move pointers be explicitly marked "Example, bad" instead of just "Example"?
The text was updated successfully, but these errors were encountered: