mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-02-27 17:22:15 +00:00
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.