]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/sync/futures/shared_future/wait_until_pass.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / thread / test / sync / futures / shared_future / wait_until_pass.cpp
index 8b05725e7babec6c39088ac8a2fb82d643758e89..d1ee4c8986c101ed32ac98a0c05309e701148c83 100644 (file)
@@ -49,22 +49,6 @@ namespace boost
     os << underlying_cast<int>(st) << " ";
     return os;
   }
-  template <typename T>
-  struct wrap
-  {
-    wrap(T const& v) :
-      value(v)
-    {
-    }
-    T value;
-
-  };
-
-  template <typename T>
-  exception_ptr make_exception_ptr(T v)
-  {
-    return copy_exception(wrap<T> (v));
-  }
 }
 
 void func1(boost::promise<int> p)