Searched refs:future_category (Results 1 – 11 of 11) sorted by relevance
20 const std::error_category& ec = std::future_category(); in main()
21 const std::error_category& e_cat = std::future_category(); in main()
24 assert(ec.category() == std::future_category()); in main()
26 assert(ec1.category() == std::future_category()); in main()
111 e.code() == std::error_code(0, std::future_category())); in main()
67 future_category() _NOEXCEPT in future_category() function
46 const error_category& future_category() noexcept;484 const error_category& future_category() _NOEXCEPT;490 return error_code(static_cast<int>(__e), future_category());497 return error_condition(static_cast<int>(__e), future_category());
3632 $(call gen-test, thread/futures/futures.errors/future_category)
3641 $(call gen-test, thread/futures/futures.errors/future_category)