]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/mpi/src/python/py_nonblocking.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mpi / src / python / py_nonblocking.cpp
index 140ca86b726fb5e630781b68b1ce41d3f307617c..69fae2fd1fe9471ae2e8d46e3d460c5fbc3665d4 100644 (file)
@@ -65,9 +65,9 @@ namespace
 
 
 
-  std::auto_ptr<request_list> make_request_list_from_py_list(object iterable)
+  std::shared_ptr<request_list> make_request_list_from_py_list(object iterable)
   {
-    std::auto_ptr<request_list> result(new request_list);
+    std::shared_ptr<request_list> result(new request_list);
     std::copy(
         stl_input_iterator<python::request_with_value>(iterable),
         stl_input_iterator<python::request_with_value>(),