|
Boost Users : |
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.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net