std::shared_ptr Reference Count Not Updating Correctly in Multi-threaded Environment
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-07
c++ multithreading smart-pointers
I'm experiencing an issue with `std::shared_ptr` in a multi-threaded application where the reference count seems to not update correctly. I have a class that ma...