Home | History | Annotate | Download | only in include

Lines Matching full:future_error

91   class future_error : public logic_error
96 explicit future_error(error_code __ec)
97 : logic_error("std::future_error"), _M_code(__ec)
100 virtual ~future_error() noexcept;
373 __res->_M_error = copy_exception(future_error(__ec));