Home
last modified time | relevance | path

Searched refs:future_category (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/fiber/src/
Dfuture.cpp23 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
/third_party/boost/boost/thread/futures/
Dfuture_error_code.hpp41 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()
/third_party/boost/boost/fiber/
Dexceptions.hpp68 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()
/third_party/boost/libs/thread/src/
Dfuture.cpp57 future_category() BOOST_NOEXCEPT in future_category() function
/third_party/boost/libs/config/test/
Dboost_no_cxx11_hdr_future.ipp22 using std::future_category;
/third_party/boost/libs/thread/doc/
Dfuture_ref.qbk54 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();
Dchanges.qbk501 * [@http://svn.boost.org/trac/boost/ticket/6966 #6966] future boost::future_category inconsistent d…