2008-12-17から1日間の記事一覧

intrusive_to_shared

C++

近況報告もかねて、昨日10分で作った部品を紹介してみる。 boost::intrusive_ptr を boost::shared_ptr に変換するコードです。 #include <boost/intrusive_ptr.hpp> #include <boost/shared_ptr.hpp> struct intrusive_ptr_releaser { typedef void result_type; template<typename T> void operator()( T* ptr ) cons</typename></boost/shared_ptr.hpp></boost/intrusive_ptr.hpp>…