You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ...
The text was updated successfully, but these errors were encountered:
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.
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, ...
The text was updated successfully, but these errors were encountered: