forked from OSchip/llvm-project
![]() The destructor of std::promise needs to construct a std::future_error exception so it calls std::make_exception_ptr. But under libcpp-no-exceptions this will trigger an abort. Differential Revision: https://reviews.llvm.org/D27614 llvm-svn: 291550 |
||
---|---|---|
.. | ||
futures.async | ||
futures.errors | ||
futures.future_error | ||
futures.overview | ||
futures.promise | ||
futures.shared_future | ||
futures.state | ||
futures.task | ||
futures.unique_future |