
9 Nov
2009
9 Nov
'09
3:51 p.m.
Hi, I'm suggesting to add the following function templates to allow easy, exception-safe, creation of shared_array objects: - make_shared_array (very similar to make_shared which is used to create a shared_ptr) - allocate_shared_array (again, same functionality like allocate_shared) Is there any reason not to include these? Regards, Roman.