Can I get a raw pointer from boost's weak_ptr? - by Czubaka Is it possible to get a raw pointer from boost::weak_ptr? Boost's shared_ptr has get() method and "-" operator. Is there some rationale behind weak_ptr not having the same functionality? Read the article