Home | History | Annotate | Download | only in 4.6.x-google

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() throw();
348 __res->_M_error = copy_exception(future_error(__ec));