[libcxx-commits] [libcxx] [libc++] Refactor __split_buffer to eliminate code duplication (PR #114138)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 30 05:19:05 PDT 2024
philnik777 wrote:
Ah, I missed that. Given that we control all the uses of the type I think it'd be better to just replace any uses of `push_front` with `emplace_front` (and the same for `push_back`).
https://github.com/llvm/llvm-project/pull/114138
More information about the libcxx-commits
mailing list