forked from boostorg/smart_ptr
154a274916b1cbddd2eb92d4645f04dfb4ad2536
This updates make_shared and allocate_shared for arrays in accordance with report 2070 which requires that allocator_traits<A2>::construct(a2, ptr, ...) is used for construction and allocator_traits<A2>::destroy(a2, ptr) is used for destruction instead of placement new and destructor invocation.
Description
Boost.org smart_ptr module
Languages
C++
99.7%
CMake
0.3%