Skip to content
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

Emphasize object construction and management in README.md #330

Open
scheibel opened this issue Dec 13, 2016 · 2 comments
Open

Emphasize object construction and management in README.md #330

scheibel opened this issue Dec 13, 2016 · 2 comments

Comments

@scheibel
Copy link
Member

There are confusions about memory management in globjects.
We should extend the README.md to reflect on the different use-cases and abstraction mechanisms globjects provides and relies on, namely: reference counting, ref_ptr, clear examples, comments on auto-resolution, ...

@cgcostume
Copy link
Member

is this still required?

@cgcostume cgcostume added this to To do in globjects-2.0.0 via automation Oct 23, 2018
@scheibel
Copy link
Member Author

Required: yes
However, we don't use ref_ptr anymore so the Readme should be extended using unique_ptr, shared_ptr, weak_ptr, make_unique, and ::create patterns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants