[libcxx-commits] [libcxx] [libc++] Verify forward_list self-merging is a no-op (PR #129985)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 6 01:01:20 PST 2025


================
@@ -91,7 +92,6 @@ int main(int, char**) {
     C c3(std::begin(t3), std::end(t3));
     assert(c1 == c3);
   }
-
----------------
philnik777 wrote:

Unrelated whitespace change?

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


More information about the libcxx-commits mailing list