mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-02-26 17:02:18 +00: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
Mirrored via gitea-mirror
Languages
C++
99.5%
CMake
0.3%