From: Larry Evans (jcampbell3_at_[hidden])
Date: 2002-10-02 13:42:16


Eric Woodruff wrote:

>shared_ptr_const is abiguous as to whether it is analagous to shared_ptr<T>
>const or shared_ptr<T const>.
>
>
It's analagous to shared_ptr<T const>. The Scott Meyers reference
should make
this clearer.