Code: Refactor shared_array code to use shared_ptr
Boost in official 1.81 documentation here point out that shared_array should not be used, because it has been depreciated and shared_ptr to array is better in every aspect
Boost in official 1.81 documentation here point out that shared_array should not be used, because it has been depreciated and shared_ptr to array is better in every aspect