
6 Jul
2013
6 Jul
'13
6:20 p.m.
Sid Sacek wrote:
Does anyone know why 'boost::shared_array<>' was not made part of C++11, since pretty much all the other smart pointers were?
As others already said, we only proposed shared_ptr and weak_ptr for TR1 (and then C++11). A related question is why shared_ptr<T[]> is not in C++14, and the answer here is that I proposed it just a bit too late for it to be considered. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3640.html