[libcxx-commits] [libcxx] [libc++] Add exception guard for vector<bool>::__init_with_sentinel (PR #115491)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 26 12:29:01 PST 2024


================
@@ -0,0 +1,130 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

Let's rename this file to `ctor.exceptions.pass.cpp` since we're only testing constructors.

Actually, writing this comment made me realize that we already have `libcxx/test/std/containers/sequences/vector.bool/ctor_exceptions.pass.cpp`. What's up with that test? We should merge this new test into that existing test instead. Do you have thoughts about that?

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


More information about the libcxx-commits mailing list