[libcxx-commits] [libcxx] [libc++][tests] Add missing strong exception guarantee test coverage in forward_list (PR #200666)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 2 01:30:40 PDT 2026


================
@@ -10,11 +10,6 @@
 
 // UNSUPPORTED: c++03, no-exceptions
 
-// TODO:
-// - throwing upon moving;
-// - initializer lists;
----------------
frederick-vs-ja wrote:

LLVM uses PR title and message as squashed commit message by default. As a result, I think we should explain "testing things that shouldn't be tested" in the PR message, and avoid saying things not directly related to LLVM/libc++.

It's a bit weird to me to close the MSVC STL issue in this PR. Is this really intended?

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


More information about the libcxx-commits mailing list