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
Currently we have a bad one written in old idioms, using @-pointers, in libextra. This is wrong three ways.
The text was updated successfully, but these errors were encountered:
Requires care about destruction. See #8399.
Sorry, something went wrong.
I don't think this would really be useful since you'd almost always be better off using a vector.
Triage bump. FWIW, I agree with @thestinger here.
I'll leave it open to get more feedback from the community
It was actually decided to remove this rather than replace it with an owned list recently: #13183
No branches or pull requests
Currently we have a bad one written in old idioms, using @-pointers, in libextra. This is wrong three ways.
The text was updated successfully, but these errors were encountered: