Searched refs:future_category (Results 1 – 7 of 7) sorted by relevance
23 future_category() }; in default_error_condition()27 future_category() }; in default_error_condition()31 future_category() }; in default_error_condition()36 future_category() }; in default_error_condition()66 std::error_category const& future_category() noexcept { in future_category() function
41 const system::error_category& future_category() BOOST_NOEXCEPT;49 return error_code(underlying_cast<int>(e), boost::future_category()); in make_error_code()56 return error_condition(underlying_cast<int>(e), boost::future_category()); in make_error_condition()
68 std::error_category const& future_category() noexcept;80 return std::error_code{ static_cast< int >( e), boost::fibers::future_category() }; in make_error_code()85 return std::error_condition{ static_cast< int >( e), boost::fibers::future_category() }; in make_error_condition()
57 future_category() BOOST_NOEXCEPT in future_category() function
22 using std::future_category;
54 const system::error_category& future_category();213 [[Returns:] [`error_code(static_cast<int>(e), future_category())`.]]228 [[Returns:] [`error_condition(static_cast<int>(e), future_category())`.]]234 [section:future_category Non-member function `future_category()`]236 const system::error_category& future_category();
501 * [@http://svn.boost.org/trac/boost/ticket/6966 #6966] future boost::future_category inconsistent d…