cast shared_array<T> to shared_array<const T>
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.
6691
Age (days ago)
6691
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jarda Grešula