Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters. Also known as libisptr.
intrusive-shared-ptr provides CMake targets:
find_package(isptr CONFIG REQUIRED)
target_link_libraries(main PRIVATE isptr::isptr)
To use a C++ module instead of headers, intrusive-shared-ptr
provides a function that adds the module to your target:
find_package(isptr CONFIG REQUIRED)
isptr_add_module(main PRIVATE)
v1.13#0
All
MIT
Manifest