想用 std::shared_ptr 保存指针,但是接口返回的是 boost::shared_ptr。怎样可以把 boost::shared_ptr “转换”成 std::shared_ptr 呢?
搜了一下,StackOverflow 有个类似的问题,但其得分最高的第一个答案完全看不明白:
https://stackoverflow.com/questions/6326757/conversion-from-boostshared-ptr-to-stdshared-ptr
这答案对吗??
--
FROM 203.145.94.*