mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
Implement stdext::shared_ptr
It's an alternative to stdext::shared_object_ptr with weak pointers support and some other functionallity, however it's heavier, uses more memory, more allocation and slower, this class should be used when really needed, prefer stdext::shared_object_ptr
This commit is contained in:
@@ -50,6 +50,7 @@ set(framework_SOURCES ${framework_SOURCES}
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/packed_storage.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/packed_vector.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/shared_object.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/shared_ptr.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/stdext.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/string.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/stdext/string.h
|
||||
|
||||
Reference in New Issue
Block a user