mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-07-04 23:50:59 +02:00
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
Languages
C++
99.5%
CMake
0.3%