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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 23 03:48:44 PDT 2026


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

Since we know libstdc++ has this behaviour as well, should it be in `extensions/` instead?

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


More information about the libcxx-commits mailing list