21 Jul
2006
21 Jul
'06
9:59 p.m.
Hello, is there any reason, why the conversion below is not supported, whereas the same conversion works for shared_ptr? shared_array<int> i; shared_array<const int> ci(i); // not possible Thanks, Jarda.