I heard that shared_ptr should not be used with arrays in C++11 and C++14 because it has issues with polymorphism and derived objects with certain compilers and that there are new proposals to fix this.
Is this true?
I heard that shared_ptr should not be used with arrays in C++11 and C++14 because it has issues with polymorphism and derived objects with certain compilers and that there are new proposals to fix this.
Is this true?