Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / outcome / boost_result.hpp
index 25ebc2a..47171c0 100644 (file)
@@ -123,10 +123,12 @@ namespace trait
     template <> struct _is_error_code_available<boost::system::error_code>
     {
       static constexpr bool value = true;
+      using type = boost::system::error_code;
     };
     template <> struct _is_exception_ptr_available<boost::exception_ptr>
     {
       static constexpr bool value = true;
+      using type = boost::exception_ptr;
     };
   }  // namespace detail