[libcxx-commits] [libcxx] [libc++][tests] Add missing strong exception guarantee test coverage in forward_list (PR #200666)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 1 23:39:19 PDT 2026
================
@@ -10,11 +10,6 @@
// UNSUPPORTED: c++03, no-exceptions
-// TODO:
-// - throwing upon moving;
-// - initializer lists;
----------------
ovatonne wrote:
Yes, I focused only on the modifiers, I didn't check the constructors/assign.
insert_after is the only modifier taking initializer_list and is already covered.
I'll add the missing constructors/assign, thanks :)
https://github.com/llvm/llvm-project/pull/200666
More information about the libcxx-commits
mailing list