refactor: modernize SmartPointer with thread-safe reference counting, move semantics, and custom deleter support, and add corresponding unit test.

This commit is contained in:
AndreaRigoni
2026-04-09 09:18:50 +00:00
parent f7ba4b1a17
commit 64a87e97e3
3 changed files with 206 additions and 56 deletions

View File

@@ -2,6 +2,7 @@
# TESTS
set( TESTS
SmartVectorTest
SmartPointerTest
VectorTest
ObjectFlagsTest
ObjectParametersTest