You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
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.
Sid
unread,
May 24, 2012, 3:57:30 PM5/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
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 ?