[libcxx-commits] [libcxx] [libc++] Fix insertion into `deque` from prvalue ranges (PR #160022)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 22 02:03:14 PDT 2025
================
@@ -50,6 +53,39 @@ constexpr auto wrap_input(std::vector<T>& input) {
return std::ranges::subrange(std::move(b), std::move(e));
}
+// https://llvm.org/PR159943
----------------
philnik777 wrote:
Please add a proper description.
https://github.com/llvm/llvm-project/pull/160022
More information about the libcxx-commits
mailing list