[libcxx-commits] [libcxx] [libc++] Fix bitset conversion functions and refactor constructor (PR #121348)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 18 09:36:10 PDT 2025
================
@@ -14,35 +14,40 @@
#include <climits>
#include <cassert>
+#ifndef TEST_HAS_NO_EXCEPTIONS
+# include <stdexcept>
+#endif
----------------
ldionne wrote:
```suggestion
#include <stdexcept>
```
You can always include this, that's okay.
https://github.com/llvm/llvm-project/pull/121348
More information about the libcxx-commits
mailing list