Searched refs:future_error (Results 1 – 5 of 5) sorted by relevance
66 future_error::future_error(error_code __ec) in future_error() function in future_error72 future_error::~future_error() noexcept in ~future_error()203 future_error(make_error_code(future_errc::broken_promise)) in ~promise()
47 class future_error51 future_error(error_code ec); // exposition only52 explicit future_error(future_errc); // C++17508 class _LIBCPP_EXCEPTION_ABI _LIBCPP_AVAILABILITY_FUTURE_ERROR future_error513 future_error(error_code __ec);518 future_error(const future_error&) _NOEXCEPT = default;519 ~future_error() _NOEXCEPT override;529 throw future_error(make_error_code(__ev));1352 future_error(make_error_code(future_errc::broken_promise))1495 future_error(make_error_code(future_errc::broken_promise))
110 // This controls the availability of the std::future_error exception.113 // std::future_error can be used even on older deployment targets, but those
89 "`P0517R0 <https://wg21.link/P0517R0>`__","LWG","Make future_error Constructible","Issaquah","|Comp…
396 SYMBOL(future_error, std::, <future>)