[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:13 PDT 2025
================
@@ -42,6 +42,7 @@
#include <__memory/temp_value.h>
----------------
ldionne wrote:
Can we add `append_range` and `prepend_range` benchmarks to the sequence containers so we can check how this impacts them?
https://github.com/llvm/llvm-project/pull/162438
More information about the libcxx-commits
mailing list