forked from boostorg/smart_ptr
5f485c2952af46a7b1f28fc2608facbe94bf7cd9
Saves up to sizeof(void*) + sizeof(size_t) bytes for make_shared and saves sizeof(void*) + sizeof(size_t) + sizeof(A) bytes for allocate_shared where A is the supplied allocator type.
Description
Boost.org smart_ptr module
3.1 MiB
Languages
C++
99.7%
CMake
0.3%