[libcxx-commits] [libcxx] Reapply "[libc++] Optimize vector growing of trivially relocatable types" (PR #80558)

Dmitri Gribenko via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 5 02:49:13 PST 2024


gribozavr wrote:

@nico `args_` is a `std::vector<const T>`; const elements are not allowed.

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


More information about the libcxx-commits mailing list