$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] shared_ptr and inheritance
From: Daniele Barzotti (daniele.barzotti_at_[hidden])
Date: 2009-10-22 09:19:08
Igor R ha scritto:
>
> boost::static_pointer_cast<Derived<T> >(p)
Thanks a lot! :-)
Daniele.