13 May
2002
13 May
'02
6:41 p.m.
From: "Andrew R. Thomas-Cramer"
Is it legal to construct a boost::shared_ptr<const T> from a raw T*?
Yes, it's legal.
On MSVC6, it produces errors when class T has an implicit destructor, but compiles without error otherwise.
Seems to work for me; coud you post an example?