From: Jarda Grešula (jgresula_at_[hidden])
Date: 2006-07-21 17:59:25


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.