Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / outcome / detail / trait_std_exception.hpp
index f610a86..e5ac52a 100644 (file)
@@ -81,6 +81,7 @@ namespace trait
     template <> struct _is_exception_ptr_available<std::exception_ptr>
     {
       static constexpr bool value = true;
+      using type = std::exception_ptr;
     };
   }  // namespace detail