[llvm] [ADT] Add SmallVectorImpl::append_range (PR #93384)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat May 25 15:06:39 PDT 2024


kazutakahirata wrote:

> What is the benefit to switching some of these calls to append_range member functions, when the free function works for all collections equally?

The benefit is that the code looks mode "native" in C++23 and onward.

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


More information about the llvm-commits mailing list