aboutsummaryrefslogtreecommitdiff
path: root/tests/common/UniqueTrackablePtr.cpp
AgeCommit message (Collapse)Author
2024-03-13GCC build fixShauren
2024-03-13Tests: Disable intentionally triggered warning in test codeShauren
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
* Added comparison operators * Added type casting helper functions
2024-03-11Fix tests buildShauren
2024-03-11Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a ↵Shauren
specialized variant of std::shared_ptr that enforces unique ownership * This is intended to be used by external code unable to track object lifetime such as custom scripting engines