Fixing confusing C++ shared pointer errors

Started by
20 comments, last by Gnollrunner 1 year, 8 months ago

Josh Klint said:

I see them as just letting the compiler handle manual reference counting automatically.

I'm not sure what manual reference counting means. Just about any reference counting smart pointer does the same thing including normal sized ones. But if you are happy with std::shared_ptr then use it.

This topic is closed to new replies.

Advertisement