From: Jeff Garland (jeff_at_[hidden])
Date: 2000-12-05 17:45:00


> Can anyone suggest a workaround or explain to me what am I doing
> wrong?
>
> I want to put boost::shared_ptr objects into an array which then
will
> be used to initialize a STL container.

Take a look at the boost::shared_array docs at:

http://www.boost.org/libs/smart_ptr/shared_array.htm

Jeff