[libcxx-commits] [libcxx] [libc++] Fix {deque, vector}::append_range assuming too much about the types (PR #162438)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 8 07:48:12 PDT 2025


================
@@ -31,6 +31,8 @@ int main(int, char**) {
     });
   });
   test_sequence_prepend_range_move_only<std::deque>();
+  // FIXME: This should work
----------------
ldionne wrote:

Let's file a Github issue for this and link it from here.

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


More information about the libcxx-commits mailing list