Glen Fernandes 154a274916 Update make_shared for arrays to address 2070
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.
2014-02-04 04:46:03 -08:00
2004-07-25 12:01:00 +00:00
2008-09-28 15:05:17 +00:00
2000-07-07 16:04:40 +00:00
2000-07-27 14:18:23 +00:00
2006-11-09 20:24:23 +00:00
2000-07-27 14:18:23 +00:00
2006-03-18 14:58:20 +00:00
2008-09-28 15:05:17 +00:00
2014-01-29 09:15:47 -08:00
2000-07-27 14:18:23 +00:00
Description
Boost.org smart_ptr module
3.1 MiB
Languages
C++ 99.7%
CMake 0.3%