-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Ownership/Lifetimes #1
Comments
Hello, Unfortunately, I don't have an account in Mastodon, so will write here(hope the message will be delivered). First of all thanks for your comment, thanks to you it was easier for me to understand and implement the class P.S. Most likely I think that such an opportunity will appear in the annotations. I will also leave here Herb Sutter's article about Lifetime perhaps in his proposed cpp2 there will be such or in the new version of C++. P.P.S |
Local analysis has been poked at a lot. I would love to see a solution that provides exclusivity across functions, while keeping the analysis local to each function (so it can scale and stay understandable). Have you seen crubit's lifetime annotations ideas btw? Maybe you will find some inspiration there. https://github.com/google/crubit/blob/main/docs/lifetime_annotations_cpp.md |
Hello, I saw you ask for feedback on Reddit and I don’t have an account so sharing it here.
This is where I have gotten stuck with the ideas of tracking lifetimes and without changing C++. Maybe you can see alternatives.
https://sunny.garden/@blinkygal/109846557503442563
The text was updated successfully, but these errors were encountered: