This commit is contained in:
MihailRis
2024-04-22 19:34:24 +03:00
parent 5b82b18c6f
commit 7415726e47
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
#include <memory>
namespace util {
/// @brief Keeps shared pointers alive until destruction
class ObjectsKeeper {
std::vector<std::shared_ptr<void>> ptrs;
public: