[libcxx-commits] [libcxx] [libc++] Fix bitset conversion functions and refactor constructor (PR #121348)

Peng Liu via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 13 08:52:44 PDT 2025


================
@@ -6,6 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: no-exceptions
+
----------------
winner245 wrote:

Thanks! I agree we should only guard the test cases which actually check exceptions. I am now using `#ifndef TEST_HAS_NO_EXCEPTIONS` around the test cases. 

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


More information about the libcxx-commits mailing list