[libcxx-commits] [libcxx] [libc++] Throw future_error in future.get() (PR #179409)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 24 02:43:39 PDT 2026


================
@@ -152,5 +152,74 @@ int main(int, char**)
 #endif
     }
 
+
+#if defined(_LIBCPP_VERSION) && !defined(TEST_HAS_NO_EXCEPTIONS)
----------------
Ekkorus101 wrote:

applied

https://github.com/llvm/llvm-project/pull/179409


More information about the libcxx-commits mailing list