I am not sure if I understand your question correctly. Can you clarify
what are you trying to achieve.
Why not just use a vector of dbclientcursor pointers ?
On May 23, 4:22 pm, David Mumford <davidmm...@gmail.com> wrote:
> Hello,
> I am attempting to create a container of
> auto_ptr<mongo::dbclientcursor> objects in c++.
> This is ofcourse an invalid operation because because of the use of
> std::auto_ptr.
> Is there any way to do this using the mongo::ptr_vector<...>
> container?
> Any help/examples are much appreciated.
> Thanks,
> David.