[libcxx-commits] [libcxx] [libc++] Refactor vector move constructor with allocator (PR #116449)

Peng Liu via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 26 05:54:42 PST 2024


winner245 wrote:

The existing exception test for this constructor is problematic as it did not throw any exceptions. I have added a new test for this constructor. Additionally, I found other tests in `exceptions.pass.cpp` that are similarly problematic: either they did not throw exceptions at all, or they did not throw at the intended points. These issues have been separately addressed in #117662.

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


More information about the libcxx-commits mailing list