This repository was archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 459
Eliminate self-invented shared_ptr-like classes #1739
Comments
You point to the samples code which is less important than the library itself. Can we review these cases in the library at the first place:
|
Hi @egorovdanil do you have any updates? |
Hi @daleksan I postponed this task due to the higher priority tasks on me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have some manual implementation of refcounter class here. I believe we can replace it with
std::shared_ptr
The text was updated successfully, but these errors were encountered: